You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
4.6 KiB
103 lines
4.6 KiB
3 years ago
|
export declare const ElContainer: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
|
||
|
direction: {
|
||
|
type: StringConstructor;
|
||
|
default: string;
|
||
|
};
|
||
|
}, {
|
||
|
isVertical: import("vue").ComputedRef<boolean>;
|
||
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
||
|
direction?: unknown;
|
||
|
} & {
|
||
|
direction: string;
|
||
|
} & {}>, {
|
||
|
direction: string;
|
||
|
}>> & {
|
||
|
Aside: import("vue").DefineComponent<{
|
||
|
width: {
|
||
|
type: StringConstructor;
|
||
|
default: null;
|
||
|
};
|
||
|
}, {
|
||
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
||
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
||
|
width?: unknown;
|
||
|
} & {
|
||
|
width: string;
|
||
|
} & {}>, {
|
||
|
width: string;
|
||
|
}>;
|
||
|
Footer: import("vue").DefineComponent<{
|
||
|
height: {
|
||
|
type: StringConstructor;
|
||
|
default: null;
|
||
|
};
|
||
|
}, {
|
||
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
||
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
||
|
height?: unknown;
|
||
|
} & {
|
||
|
height: string;
|
||
|
} & {}>, {
|
||
|
height: string;
|
||
|
}>;
|
||
|
Header: import("vue").DefineComponent<{
|
||
|
height: {
|
||
|
type: StringConstructor;
|
||
|
default: null;
|
||
|
};
|
||
|
}, {
|
||
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
||
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
||
|
height?: unknown;
|
||
|
} & {
|
||
|
height: string;
|
||
|
} & {}>, {
|
||
|
height: string;
|
||
|
}>;
|
||
|
Main: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>;
|
||
|
};
|
||
|
export default ElContainer;
|
||
|
export declare const ElAside: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
|
||
|
width: {
|
||
|
type: StringConstructor;
|
||
|
default: null;
|
||
|
};
|
||
|
}, {
|
||
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
||
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
||
|
width?: unknown;
|
||
|
} & {
|
||
|
width: string;
|
||
|
} & {}>, {
|
||
|
width: string;
|
||
|
}>>;
|
||
|
export declare const ElFooter: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
|
||
|
height: {
|
||
|
type: StringConstructor;
|
||
|
default: null;
|
||
|
};
|
||
|
}, {
|
||
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
||
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
||
|
height?: unknown;
|
||
|
} & {
|
||
|
height: string;
|
||
|
} & {}>, {
|
||
|
height: string;
|
||
|
}>>;
|
||
|
export declare const ElHeader: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
|
||
|
height: {
|
||
|
type: StringConstructor;
|
||
|
default: null;
|
||
|
};
|
||
|
}, {
|
||
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
||
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
||
|
height?: unknown;
|
||
|
} & {
|
||
|
height: string;
|
||
|
} & {}>, {
|
||
|
height: string;
|
||
|
}>>;
|
||
|
export declare const ElMain: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>>;
|