@fesjs/fes-design
Version:
fes-design for PC
26 lines (25 loc) • 1.24 kB
TypeScript
import { type ExtractPropTypes, type HTMLAttributes, type PropType } from 'vue';
declare const iconProps: {
readonly spin: BooleanConstructor;
readonly rotate: PropType<string | number>;
readonly tabIndex: NumberConstructor;
readonly size: NumberConstructor;
readonly color: StringConstructor;
};
export type IconProps = Partial<ExtractPropTypes<typeof iconProps>> & HTMLAttributes;
declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
readonly spin: BooleanConstructor;
readonly rotate: PropType<string | number>;
readonly tabIndex: NumberConstructor;
readonly size: NumberConstructor;
readonly color: StringConstructor;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
readonly spin: BooleanConstructor;
readonly rotate: PropType<string | number>;
readonly tabIndex: NumberConstructor;
readonly size: NumberConstructor;
readonly color: StringConstructor;
}>> & Readonly<{}>, {
readonly spin: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;