UNPKG

miniapp-web-jsapi

Version:

JSAPI/View adapter for miniprogram running on the web

4 lines (3 loc) 183 B
/// <reference types="mini-types" /> export declare function showToast(options?: my.IShowToastOptions): void; export declare function hideToast(options?: my.IHideToastOptions): void;