@fesjs/fes-design
Version:
fes-design for PC
65 lines (64 loc) • 2.44 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
readonly align: {
readonly type: import("vue").PropType<import("./props").Align>;
readonly default: "start";
};
readonly justify: {
readonly type: import("vue").PropType<import("./props").Justify>;
readonly default: "start";
};
readonly inline: BooleanConstructor;
readonly vertical: BooleanConstructor;
readonly size: {
readonly type: import("vue").PropType<number | import("./props").Size | [number, number]>;
readonly default: "small";
};
readonly wrapItem: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
readonly wrap: {
readonly type: BooleanConstructor;
readonly default: true;
};
}>, {
prefixCls: string;
margin: import("vue").ComputedRef<{
horizontal: string;
vertical: string;
}>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly align: {
readonly type: import("vue").PropType<import("./props").Align>;
readonly default: "start";
};
readonly justify: {
readonly type: import("vue").PropType<import("./props").Justify>;
readonly default: "start";
};
readonly inline: BooleanConstructor;
readonly vertical: BooleanConstructor;
readonly size: {
readonly type: import("vue").PropType<number | import("./props").Size | [number, number]>;
readonly default: "small";
};
readonly wrapItem: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
readonly wrap: {
readonly type: BooleanConstructor;
readonly default: true;
};
}>> & Readonly<{}>, {
readonly size: number | import("./props").Size | [number, number];
readonly vertical: boolean;
readonly wrap: boolean;
readonly inline: boolean;
readonly justify: import("./props").Justify;
readonly align: import("./props").Align;
readonly wrapItem: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;