vue3-icon-picker
Version:
Vue 3 icon picker
12 lines (11 loc) • 516 B
TypeScript
export interface Props {
data: string;
color?: string;
size?: number | string;
}
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
color: string;
size: number | string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;