]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: LegacyOptions doesn't need to be exported (#1134)
authorsusiwen8 <susiwen8@gmail.com>
Wed, 6 May 2020 15:07:11 +0000 (23:07 +0800)
committerGitHub <noreply@github.com>
Wed, 6 May 2020 15:07:11 +0000 (11:07 -0400)
packages/runtime-core/src/componentOptions.ts

index 90712944b849292817452fe1ea9d61643b75f5d9..5ee630c49367d18019657c264a4428fec39714a8 100644 (file)
@@ -217,7 +217,7 @@ type ComponentInjectOptions =
       string | symbol | { from: string | symbol; default?: unknown }
     >
 
-export interface LegacyOptions<
+interface LegacyOptions<
   Props,
   D,
   C extends ComputedOptions,