@jiaozhiye/qm-design-vue
Version:
A Component Library for Vue3.0
38 lines (37 loc) • 1.84 kB
TypeScript
declare const Space: import("../_utils/types").SFCWithInstall<import("vue").DefineComponent<{
fill: boolean;
alignment: "top" | "center" | "bottom";
direction: "vertical" | "horizontal";
arrangement: "center" | "left" | "right";
wrap: boolean;
spacer: string | import("../_utils/types").JSXElement;
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
style: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
fillRatio: number;
size?: import("../_utils/types").ComponentSize | undefined;
prefixCls?: string | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
fill: boolean;
alignment: "top" | "center" | "bottom";
direction: "vertical" | "horizontal";
arrangement: "center" | "left" | "right";
wrap: boolean;
spacer: string | import("../_utils/types").JSXElement;
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
style: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
fillRatio: number;
size?: import("../_utils/types").ComponentSize | undefined;
prefixCls?: string | undefined;
}> & Readonly<{}>, {
fill: boolean;
alignment: "top" | "center" | "bottom";
direction: "vertical" | "horizontal";
arrangement: "center" | "left" | "right";
wrap: boolean;
spacer: string | import("../_utils/types").JSXElement;
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
style: import("vue").StyleValue;
fillRatio: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
export default Space;
export type { SpaceProps } from './src/props';