Skip to content

Commit 4cf5e07

Browse files
authored
feat(types): expose ExtractPropTypes (#983)
1 parent 70c8c58 commit 4cf5e07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/runtime-core/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ export {
207207
Prop,
208208
PropType,
209209
ComponentPropsOptions,
210-
ComponentObjectPropsOptions
210+
ComponentObjectPropsOptions,
211+
ExtractPropTypes
211212
} from './componentProps'
212213
export {
213214
Directive,

0 commit comments

Comments
 (0)