Skip to content

Commit

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

0 comments on commit 9c7b0e3

Please sign in to comment.