@fesjs/fes-design
Version:
fes-design for PC
58 lines (57 loc) • 2 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
readonly size: {
readonly type: import("vue").PropType<import("../avatar/props").Size>;
readonly default: "middle";
};
readonly shape: {
readonly type: import("vue").PropType<import("../avatar/props").Shape>;
readonly default: "circle";
};
readonly max: {
readonly type: NumberConstructor;
readonly default: 3;
};
readonly options: {
readonly type: import("vue").PropType<Partial<{
name: string;
src: string;
text: string;
icon: string;
}>[]>;
};
readonly expandOnHover: {
readonly type: BooleanConstructor;
readonly default: false;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly size: {
readonly type: import("vue").PropType<import("../avatar/props").Size>;
readonly default: "middle";
};
readonly shape: {
readonly type: import("vue").PropType<import("../avatar/props").Shape>;
readonly default: "circle";
};
readonly max: {
readonly type: NumberConstructor;
readonly default: 3;
};
readonly options: {
readonly type: import("vue").PropType<Partial<{
name: string;
src: string;
text: string;
icon: string;
}>[]>;
};
readonly expandOnHover: {
readonly type: BooleanConstructor;
readonly default: false;
};
}>> & Readonly<{}>, {
readonly size: import("../avatar/props").Size;
readonly max: number;
readonly shape: import("../avatar/props").Shape;
readonly expandOnHover: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;