143 lines
5.7 KiB
TypeScript
143 lines
5.7 KiB
TypeScript
import type { FlexProps } from './interface';
|
|
declare const _default: {
|
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
prefixCls: {
|
|
type: import("vue").PropType<string>;
|
|
default: string;
|
|
};
|
|
vertical: {
|
|
type: BooleanConstructor;
|
|
default: boolean;
|
|
};
|
|
wrap: {
|
|
type: import("vue").PropType<import("csstype").Property.FlexWrap>;
|
|
default: import("csstype").Property.FlexWrap;
|
|
};
|
|
justify: {
|
|
type: import("vue").PropType<import("csstype").Property.JustifyContent>;
|
|
default: import("csstype").Property.JustifyContent;
|
|
};
|
|
align: {
|
|
type: import("vue").PropType<import("csstype").Property.AlignItems>;
|
|
default: import("csstype").Property.AlignItems;
|
|
};
|
|
flex: {
|
|
type: import("vue").PropType<import("csstype").Property.Flex<string | number>>;
|
|
default: import("csstype").Property.Flex<string | number>;
|
|
};
|
|
gap: {
|
|
type: import("vue").PropType<string | number | (string & {})>;
|
|
default: string | number | (string & {});
|
|
};
|
|
component: {
|
|
default: any;
|
|
type: import("vue").PropType<any>;
|
|
};
|
|
}>> & Readonly<{}>, () => import("../_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
vertical: boolean;
|
|
flex: import("csstype").Property.Flex<string | number>;
|
|
gap: string | number | (string & {});
|
|
justify: import("csstype").Property.JustifyContent;
|
|
wrap: import("csstype").Property.FlexWrap;
|
|
prefixCls: string;
|
|
align: import("csstype").Property.AlignItems;
|
|
component: any;
|
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
P: {};
|
|
B: {};
|
|
D: {};
|
|
C: {};
|
|
M: {};
|
|
Defaults: {};
|
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
prefixCls: {
|
|
type: import("vue").PropType<string>;
|
|
default: string;
|
|
};
|
|
vertical: {
|
|
type: BooleanConstructor;
|
|
default: boolean;
|
|
};
|
|
wrap: {
|
|
type: import("vue").PropType<import("csstype").Property.FlexWrap>;
|
|
default: import("csstype").Property.FlexWrap;
|
|
};
|
|
justify: {
|
|
type: import("vue").PropType<import("csstype").Property.JustifyContent>;
|
|
default: import("csstype").Property.JustifyContent;
|
|
};
|
|
align: {
|
|
type: import("vue").PropType<import("csstype").Property.AlignItems>;
|
|
default: import("csstype").Property.AlignItems;
|
|
};
|
|
flex: {
|
|
type: import("vue").PropType<import("csstype").Property.Flex<string | number>>;
|
|
default: import("csstype").Property.Flex<string | number>;
|
|
};
|
|
gap: {
|
|
type: import("vue").PropType<string | number | (string & {})>;
|
|
default: string | number | (string & {});
|
|
};
|
|
component: {
|
|
default: any;
|
|
type: import("vue").PropType<any>;
|
|
};
|
|
}>> & Readonly<{}>, () => import("../_util/type").VueNode, {}, {}, {}, {
|
|
vertical: boolean;
|
|
flex: import("csstype").Property.Flex<string | number>;
|
|
gap: string | number | (string & {});
|
|
justify: import("csstype").Property.JustifyContent;
|
|
wrap: import("csstype").Property.FlexWrap;
|
|
prefixCls: string;
|
|
align: import("csstype").Property.AlignItems;
|
|
component: any;
|
|
}>;
|
|
__isFragment?: never;
|
|
__isTeleport?: never;
|
|
__isSuspense?: never;
|
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
prefixCls: {
|
|
type: import("vue").PropType<string>;
|
|
default: string;
|
|
};
|
|
vertical: {
|
|
type: BooleanConstructor;
|
|
default: boolean;
|
|
};
|
|
wrap: {
|
|
type: import("vue").PropType<import("csstype").Property.FlexWrap>;
|
|
default: import("csstype").Property.FlexWrap;
|
|
};
|
|
justify: {
|
|
type: import("vue").PropType<import("csstype").Property.JustifyContent>;
|
|
default: import("csstype").Property.JustifyContent;
|
|
};
|
|
align: {
|
|
type: import("vue").PropType<import("csstype").Property.AlignItems>;
|
|
default: import("csstype").Property.AlignItems;
|
|
};
|
|
flex: {
|
|
type: import("vue").PropType<import("csstype").Property.Flex<string | number>>;
|
|
default: import("csstype").Property.Flex<string | number>;
|
|
};
|
|
gap: {
|
|
type: import("vue").PropType<string | number | (string & {})>;
|
|
default: string | number | (string & {});
|
|
};
|
|
component: {
|
|
default: any;
|
|
type: import("vue").PropType<any>;
|
|
};
|
|
}>> & Readonly<{}>, () => import("../_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
vertical: boolean;
|
|
flex: import("csstype").Property.Flex<string | number>;
|
|
gap: string | number | (string & {});
|
|
justify: import("csstype").Property.JustifyContent;
|
|
wrap: import("csstype").Property.FlexWrap;
|
|
prefixCls: string;
|
|
align: import("csstype").Property.AlignItems;
|
|
component: any;
|
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
export default _default;
|
|
export type { FlexProps };
|