UNPKG

mine-h5-ui

Version:

一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍

7 lines (6 loc) 283 B
import { ComponentNameRecord, InstallRecord } from '../types'; export declare const MeShowLoading: ((arg?: string) => void) & ComponentNameRecord & InstallRecord; export declare const MeHideLoading: { (): void; componentName: string; } & InstallRecord & ComponentNameRecord;