nuxt-svg-icons
Version:
A module for Nuxt 3 that allows you to use your own SVG icons as a component, url or raw text.
19 lines (18 loc) • 681 B
TypeScript
type __VLS_Props = {
name: string;
fontSize?: string | number;
size?: string | number;
fill?: string;
color?: string;
stroke?: string;
fillOpacity?: string;
strokeOpacity?: string;
strokeWidth?: string;
useOriginalSize?: boolean;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
mounted: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onMounted?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;