UNPKG

mine-h5-ui

Version:

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

9 lines (8 loc) 192 B
import { Props } from './types'; import { Ref } from 'vue'; /** * 图标名称 */ export declare const useIconName: (props: Readonly<Required<Props>>) => { icon: Ref<string, string>; };