feat(types): expose ExtractPropTypes (#983)

This commit is contained in:
Cédric Exbrayat 2020-04-17 15:00:25 +02:00 committed by GitHub
parent 70c8c58be2
commit 4cf5e07608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,7 +207,8 @@ export {
Prop, Prop,
PropType, PropType,
ComponentPropsOptions, ComponentPropsOptions,
ComponentObjectPropsOptions ComponentObjectPropsOptions,
ExtractPropTypes
} from './componentProps' } from './componentProps'
export { export {
Directive, Directive,