UNPKG

winbox-ui-next

Version:

We Design Vue 2.0: A Vue.js 3 UI Library

7 lines (6 loc) 224 B
import type { App } from 'vue'; import type { WinboxIconOptions } from '../_utils/types'; declare const ArcoVueIcon: { install: (app: App, options?: WinboxIconOptions | undefined) => void; }; export default ArcoVueIcon;