UNPKG

mine-h5-ui

Version:

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

12 lines (11 loc) 307 B
import { AddComponentNameRecord } from '../types'; /** * 消息提示 */ declare const ShowLoading: (arg?: string) => void; declare const hideLoading: { (): void; componentName: string; }; declare const showLoading: AddComponentNameRecord<typeof ShowLoading>; export { showLoading, hideLoading };