]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: re-export deprecated component options types
authorEvan You <yyx990803@gmail.com>
Fri, 3 May 2024 23:22:13 +0000 (16:22 -0700)
committerEvan You <yyx990803@gmail.com>
Fri, 3 May 2024 23:22:13 +0000 (16:22 -0700)
packages/runtime-core/src/index.ts

index abdd39a9cd1442145827ff8d2abc55e2eced0eb3..fd36136dc75624f238722addae26cd040c99a3c4 100644 (file)
@@ -269,6 +269,10 @@ export type {
   ComputedOptions,
   RuntimeCompilerOptions,
   ComponentInjectOptions,
+  // deprecated
+  ComponentOptionsWithoutProps,
+  ComponentOptionsWithArrayProps,
+  ComponentOptionsWithObjectProps,
 } from './componentOptions'
 export type {
   EmitsOptions,