types: expose all option types
This commit is contained in:
@@ -22,6 +22,6 @@ export { KeepAlive } from './optional/keepAlive'
|
|||||||
|
|
||||||
// flags & types
|
// flags & types
|
||||||
export { ComponentType, ComponentClass, FunctionalComponent } from './component'
|
export { ComponentType, ComponentClass, FunctionalComponent } from './component'
|
||||||
export { ComponentOptions, PropType } from './componentOptions'
|
export * from './componentOptions'
|
||||||
export { VNodeFlags, ChildrenFlags } from './flags'
|
export { VNodeFlags, ChildrenFlags } from './flags'
|
||||||
export { VNode, Slots } from './vdom'
|
export { VNode, Slots } from './vdom'
|
||||||
|
|||||||
Reference in New Issue
Block a user