Explorar o código

chore: re-export deprecated component options types

Evan You %!s(int64=2) %!d(string=hai) anos
pai
achega
eae0ccb8e0
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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,