UNPKG

afdi-ambition-fbim-fe

Version:

3D组态BIM编辑器

10 lines (9 loc) 192 B
/** * 页面全局 Loading * @method start 创建 loading * @method done 移除 loading */ export declare const NextLoading: { start: () => void; done: (time?: number) => void; };