UNPKG

use-on-demand

Version:
13 lines 457 B
/** * 参考资料: * H5 notification浏览器桌面通知 - 掘金 - https://juejin.im/post/5c6df433f265da2de80f5eda */ export declare class xX_BrowserNativeNotification_Helper { /** * 测试用的选项 */ static get __demoOptions(): NotificationOptions; static simpleNotify(title: string, options: NotificationOptions): void; private static bindEvts; } //# sourceMappingURL=native-notification.d.ts.map