Explorar o código

chore: LegacyOptions doesn't need to be exported (#1134)

susiwen8 %!s(int64=6) %!d(string=hai) anos
pai
achega
df4150dc4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/runtime-core/src/componentOptions.ts

+ 1 - 1
packages/runtime-core/src/componentOptions.ts

@@ -217,7 +217,7 @@ type ComponentInjectOptions =
       string | symbol | { from: string | symbol; default?: unknown }
     >
 
-export interface LegacyOptions<
+interface LegacyOptions<
   Props,
   D,
   C extends ComputedOptions,