UNPKG

mine-h5-ui

Version:

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

4 lines (3 loc) 192 B
import { Options } from './types'; import { ComponentNameRecord, InstallRecord } from '../types'; export declare const MeToast: ((arg: Options) => void) & ComponentNameRecord & InstallRecord;