3 lines
155 B
TypeScript
3 lines
155 B
TypeScript
|
|
export declare const on: (type: string, handler: (e?: any) => void) => void;
|
||
|
|
export declare const off: (type: string, handler: (e?: any) => void) => void;
|