Skip to content

Commit

Permalink
types: export CreateComponentPublicInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jul 1, 2021
1 parent 33708e8 commit 347d901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runtime-core/src/index.ts
Expand Up @@ -200,7 +200,8 @@ export {
export { EmitsOptions, ObjectEmitsOptions } from './componentEmits'
export {
ComponentPublicInstance,
ComponentCustomProperties
ComponentCustomProperties,
CreateComponentPublicInstance
} from './componentPublicInstance'
export {
Renderer,
Expand Down

0 comments on commit 347d901

Please sign in to comment.