]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
types: expose ComponentOptionsBase
authorEvan You <yyx990803@gmail.com>
Mon, 27 Apr 2020 17:31:40 +0000 (13:31 -0400)
committerEvan You <yyx990803@gmail.com>
Mon, 27 Apr 2020 17:31:40 +0000 (13:31 -0400)
packages/runtime-core/src/index.ts

index 831e646788cfe06f753160ec4b60a58d8d6be4c0..3c008c86c6814dff1a6ae6957324f3eb3d4b85d0 100644 (file)
@@ -193,7 +193,8 @@ export {
   ComponentOptionsWithoutProps,
   ComponentOptionsWithObjectProps,
   ComponentOptionsWithArrayProps,
-  ComponentCustomOptions
+  ComponentCustomOptions,
+  ComponentOptionsBase
 } from './componentOptions'
 export {
   ComponentPublicInstance,