UNPKG

@tb-app/web-view

Version:

实现webview与淘宝小程序之间的通信

11 lines (10 loc) 205 B
/** * 显示加载提示的过渡效果 */ export default function showLoading(options?: { content?: string; delay?: number; mask?: boolean; }): Promise<{ success: boolean; }>;