doum
昨天 ee300eca8f8414604cd94aa29f2b80e7d32413f6
1
2
export declare const uniEventOn: (type: string, listener: (e?: any) => void) => void;
export declare const uniEventOff: (type: string, listener: (e?: any) => void) => void;