UNPKG

@nethesis/vue-components

Version:

This library contains: - a collection of Vue 3 components based on [Flowbite](https://flowbite.com/) - a set of utility functions

11 lines 702 B
import { type IconDefinition } from '@fortawesome/free-solid-svg-icons'; type RoundedIconKind = 'info' | 'warning' | 'error' | 'success'; interface RoundedIconProps { kind?: RoundedIconKind; customIcon?: IconDefinition; customForegroundClasses?: string; customBackgroundClasses?: string; } declare const _default: import("vue").DefineComponent<RoundedIconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<RoundedIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=NeRoundedIcon.vue.d.ts.map