Преглед изворни кода

chore: re-export deprecated component options types

Evan You пре 2 година
родитељ
комит
eae0ccb8e0
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      packages/runtime-core/src/index.ts

+ 4 - 0
packages/runtime-core/src/index.ts

@@ -269,6 +269,10 @@ export type {
   ComputedOptions,
   RuntimeCompilerOptions,
   ComponentInjectOptions,
+  // deprecated
+  ComponentOptionsWithoutProps,
+  ComponentOptionsWithArrayProps,
+  ComponentOptionsWithObjectProps,
 } from './componentOptions'
 export type {
   EmitsOptions,