vue-devui
Version:
DevUI components based on Vite and Vue3
16 lines (15 loc) • 559 B
TypeScript
import './icon.scss';
declare const _default: import("vue").DefineComponent<{
name: string;
color: string;
size: string | number;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
name: string;
color: string;
size: string | number;
}> & Readonly<{}>, {
name: string;
color: string;
size: string | number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;