Przeglądaj źródła

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

susiwen8 6 lat temu
rodzic
commit
df4150dc4c
1 zmienionych plików z 1 dodań i 1 usunięć
  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,