Skip to content

Commit

Permalink
feat(types): expose ExtractPropTypes (vuejs#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat authored and pikax committed Apr 29, 2020
1 parent 3e11aae commit 9292ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ export {
Prop,
PropType,
ComponentPropsOptions,
ComponentObjectPropsOptions
ComponentObjectPropsOptions,
ExtractPropTypes
} from './componentProps'
export {
Directive,
Expand Down

0 comments on commit 9292ccf

Please sign in to comment.