Skip to content

Commit

Permalink
feat(types): expose ExtractPropTypes (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Apr 17, 2020
1 parent 70c8c58 commit 4cf5e07
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 4cf5e07

Please sign in to comment.