MrShi
8 天以前 7c93550a244fcc74678344628c229b42438c729f
1
2
export declare const on: (evt: string, fn: any) => void;
export declare const off: (evt: string, fn: any) => void;