UNPKG

@fe6/icon-cube-vue

Version:

Water Icon 的支持自定义图标

7 lines (6 loc) 297 B
import { IIconProps, IIconCubeItemData } from './runtime'; export interface IIconCustomData { [key: number | string]: IIconCubeItemData; } export declare const cubeGetContent: (props: IIconProps) => string; export declare const CubeVueOptions: import("vue").VueElementConstructor<IIconProps>;