UNPKG

@douyinfe/semi-animation

Version:

animation base library for semi-ui

8 lines (7 loc) 232 B
export default class Event { _eventMap: Map<any, any>; on(event: any, callback: any): this; once(event: any, callback: any): void; off(event: any, callback: any): this; emit(event: any, ...args: any): boolean; }