mirror of https://github.com/vuejs/core.git
feat(types): expose ExtractPropTypes (#983)
This commit is contained in:
parent
70c8c58be2
commit
4cf5e07608
|
@ -207,7 +207,8 @@ export {
|
|||
Prop,
|
||||
PropType,
|
||||
ComponentPropsOptions,
|
||||
ComponentObjectPropsOptions
|
||||
ComponentObjectPropsOptions,
|
||||
ExtractPropTypes
|
||||
} from './componentProps'
|
||||
export {
|
||||
Directive,
|
||||
|
|
Loading…
Reference in New Issue