Browse Source

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

susiwen8 6 years ago
parent
commit
df4150dc4c
1 changed files with 1 additions and 1 deletions
  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 }
       string | symbol | { from: string | symbol; default?: unknown }
     >
     >
 
 
-export interface LegacyOptions<
+interface LegacyOptions<
   Props,
   Props,
   D,
   D,
   C extends ComputedOptions,
   C extends ComputedOptions,