UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

7 lines (6 loc) 215 B
import type { Plugin } from 'vue'; import type { SvgNode } from '@inkline/inkline/types'; export interface InklineIconsPluginOptions { icons: Record<string, SvgNode>; } export declare const IconsPlugin: Plugin;