UNPKG

@tb-app/web-view-api

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