UNPKG

birdpaper-icon

Version:

基于 Remix icon 生成的 Vue3 图标组件库

11 lines (10 loc) 216 B
import type { App } from 'vue'; declare const BpVueIcon: { iconType: string[]; iconInfo: { name: string; list: string[]; }[]; install: (app: App) => void; }; export default BpVueIcon;