3 lines
173 B
TypeScript
3 lines
173 B
TypeScript
|
|
export declare const uniEventOn: (type: string, listener: (e?: any) => void) => void;
|
||
|
|
export declare const uniEventOff: (type: string, listener: (e?: any) => void) => void;
|