mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-01 10:47:57 +08:00
fix(utils): remove unused types
This commit is contained in:
parent
1909319dc2
commit
bd38e1994d
@ -12,5 +12,3 @@ type BiArgEmitter<T, Keys extends keyof T> = <K extends Keys>(evt: K, arg: T[K])
|
||||
|
||||
export type EventEmitter<T extends Record<string, unknown>> =
|
||||
MonoArgEmitter<T, OptionalKeys<T>> & BiArgEmitter<T, RequiredKeys<T>>
|
||||
|
||||
type A = Required<Record<string, unknown>>
|
||||
|
Loading…
Reference in New Issue
Block a user