st-common-ui-vue3
Version:
小尾巴通用 Vue3 UI 组件库
22 lines (21 loc) • 853 B
TypeScript
import { IconifyIcon } from '@iconify/vue';
declare const _default: import('vue').DefineComponent<{
icon: string | IconifyIcon;
width?: string | number;
height?: string | number;
color?: string;
style?: Partial<CSSStyleDeclaration> | string;
load?: (name: string) => void;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
icon: string | IconifyIcon;
width?: string | number;
height?: string | number;
color?: string;
style?: Partial<CSSStyleDeclaration> | string;
load?: (name: string) => void;
}> & Readonly<{}>, {
width: string | number;
height: string | number;
load: (name: string) => void;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;