zview-plus
Version:
基于 Vue3 的 UI 组件库
18 lines (17 loc) • 404 B
TypeScript
import { ExtractPropTypes } from "vue";
export declare const iconProps: {
name: {
type: StringConstructor;
default: string;
};
dot: {
type: BooleanConstructor;
};
badge: {
type: (StringConstructor | NumberConstructor)[];
};
color: {
type: StringConstructor;
};
};
export declare type IconProps = ExtractPropTypes<typeof iconProps>;