@empathyco/x-components
Version:
Empathy X Components
29 lines • 1.32 kB
TypeScript
/**
* Component for use as Layout to be filled with the rest of the Components.
*
* @deprecated - The layout has been deprecated in favor of using new XDS layout.
*
* @public
*/
declare const _default: import("vue").DefineComponent<{
/** The animation used for the Main Aside. */
asideAnimation: {
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
default: () => import("vue").DefineComponent<{}, {}, any>;
};
/** Enables the devMode, which shows the available slots to use with its names. */
devMode: BooleanConstructor;
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/** The animation used for the Main Aside. */
asideAnimation: {
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
default: () => import("vue").DefineComponent<{}, {}, any>;
};
/** Enables the devMode, which shows the available slots to use with its names. */
devMode: BooleanConstructor;
}>>, {
asideAnimation: string | Function | Record<string, any>;
devMode: boolean;
}, {}>;
export default _default;
//# sourceMappingURL=multi-column-max-width-layout.vue?vue&type=script&lang.d.ts.map