feat(types): expose ComponentCustomOptions for declaring custom options

This commit is contained in:
Evan You
2020-04-17 09:41:36 -04:00
parent be21cfb1db
commit c0adb67c2e
3 changed files with 35 additions and 4 deletions

View File

@@ -189,8 +189,9 @@ export {
export {
ComponentOptions,
ComponentOptionsWithoutProps,
ComponentOptionsWithObjectProps as ComponentOptionsWithProps,
ComponentOptionsWithArrayProps
ComponentOptionsWithObjectProps,
ComponentOptionsWithArrayProps,
ComponentCustomOptions
} from './componentOptions'
export {
ComponentPublicInstance,