UNPKG

mine-h5-ui

Version:

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

11 lines (10 loc) 318 B
import { AddComponentNameRecord } from '../types'; import { Option } from './types'; /** * 图片预览 * @param { Option } arg 选项参数 * @returns { void } 空 */ declare const Preview: (arg: Option | string) => void; declare const InPreview: AddComponentNameRecord<typeof Preview>; export default InPreview;