UNPKG

hybrid_plus

Version:

Hybrid Flutter Javascript SDK

8 lines (7 loc) 330 B
import { ShowLoadingOptions, ShowToastOptions } from "../types/dialog.ts"; /** 显示轻提示 */ export declare function showToast(options: ShowToastOptions): void; /** 显示 Loading */ export declare function showLoading(options: ShowLoadingOptions): void; /** 隐藏 Loading */ export declare function dismissLoading(): void;