Skip to content

Commit 8ab44e1

Browse files
committed
types: expose ComponentOptionsBase
1 parent 311eb08 commit 8ab44e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/runtime-core/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ export {
193193
ComponentOptionsWithoutProps,
194194
ComponentOptionsWithObjectProps,
195195
ComponentOptionsWithArrayProps,
196-
ComponentCustomOptions
196+
ComponentCustomOptions,
197+
ComponentOptionsBase
197198
} from './componentOptions'
198199
export {
199200
ComponentPublicInstance,

0 commit comments

Comments
 (0)