@stlhorizon/vue-ui
Version:
A Vue.js component library with Tailwind CSS styling
17 lines • 665 B
TypeScript
declare const _default: import("vue").DefineComponent<{}, {
$props: Partial<typeof props>;
size: string;
icon: string;
prefix: string;
color?: string;
ariaLabel?: string;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
declare const props: {
readonly size: string;
readonly icon: string;
readonly prefix: string;
readonly color?: string;
readonly ariaLabel?: string;
};
//# sourceMappingURL=Icon.vue.d.ts.map