Skip to content

Commit

Permalink
types(runtime-core): export some types
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed May 26, 2024
1 parent 530d9ec commit aef3e6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,13 @@ export type {
RuntimeCompilerOptions,
ComponentInjectOptions,
} from './componentOptions'
export type { EmitsOptions, ObjectEmitsOptions } from './componentEmits'
export type {
EmitsOptions,
ObjectEmitsOptions,
EmitsToProps,
ShortEmitsToObject,
EmitFn,
} from './componentEmits'
export type {
ComponentPublicInstance,
ComponentCustomProperties,
Expand Down

0 comments on commit aef3e6a

Please sign in to comment.