Skip to content

Commit

Permalink
feat(types): export more emit related types (#11017)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan You <yyx990803@gmail.com>
  • Loading branch information
buqiyuan and yyx990803 authored May 30, 2024
1 parent 8708a7f commit 189573d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ export type {
EmitsOptions,
ObjectEmitsOptions,
EmitsToProps,
ShortEmitsToObject,
EmitFn,
} from './componentEmits'
export type {
ComponentPublicInstance,
Expand Down

0 comments on commit 189573d

Please sign in to comment.