Browse Source

chore: re-export deprecated component options types

Evan You 2 năm trước cách đây
mục cha
commit
eae0ccb8e0
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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,