mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(utils): remove unused types
This commit is contained in:
@@ -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>>
|
||||
|
||||
Reference in New Issue
Block a user