UNPKG

miniapp-web-jsapi

Version:

JSAPI/View adapter for miniprogram running on the web

4 lines (3 loc) 200 B
/// <reference types="mini-types" /> export declare function showLoading(options?: string | my.IShowLoadingOptions): void; export declare function hideLoading(options?: my.IHideLoadingOptions): void;