feat(types): export more emit related types (#11017)

Co-authored-by: Evan You <yyx990803@gmail.com>
This commit is contained in:
bqy_fe 2024-05-30 11:26:17 +08:00 committed by GitHub
parent 8708a7f1ef
commit 189573dcee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -278,6 +278,8 @@ export type {
EmitsOptions, EmitsOptions,
ObjectEmitsOptions, ObjectEmitsOptions,
EmitsToProps, EmitsToProps,
ShortEmitsToObject,
EmitFn,
} from './componentEmits' } from './componentEmits'
export type { export type {
ComponentPublicInstance, ComponentPublicInstance,