UNPKG

iking-utils-test

Version:

金合前端工具库(1.2.9版本之后需要注册KEY)

8 lines (7 loc) 234 B
export declare const checkPermission: () => void; export declare const showNotification: (param: { [key: string]: any; title: string; message: string; icon?: string | undefined; }, callback?: Function) => void;