UNPKG

iking-utils

Version:

金合前端工具库

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;