UNPKG

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.

15 lines (14 loc) 612 B
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, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;