UNPKG

vue-icons-plus

Version:

SVG vue icons of popular icon packs using ES6 imports

16 lines (15 loc) 376 B
import { IconTree } from "./IconTree.d"; export declare const useGenIcon: (data: IconTree) => { props: { className: StringConstructor; color: StringConstructor; size: { type: (StringConstructor | NumberConstructor)[]; default: number; }; }; data(): { treeData: IconTree; }; render(): any; };