@empathyco/x-components
Version:
Empathy X Components
39 lines (32 loc) • 1.57 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SingleColumnLayout](./x-components.singlecolumnlayout.md)
## SingleColumnLayout variable
> Warning: This API is now obsolete.
>
> - The layout has been deprecated in favor of using new XDS layout.
>
Component for use as Layout to be filled with the rest of the Components.
**Signature:**
```typescript
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
asideAnimation: {
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
default: () => import("vue").DefineComponent;
};
devMode: BooleanConstructor;
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
asideAnimation: {
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
default: () => import("vue").DefineComponent;
};
devMode: BooleanConstructor;
}>> & Readonly<{}>, {
devMode: boolean;
asideAnimation: string | Function | Record<string, any>;
}, {}, {
BaseIdModal: import("vue").DefineComponent<{}, {}, any>;
BaseScroll: import("vue").DefineComponent<{}, {}, any>;
MainScroll: import("vue").DefineComponent<{}, {}, any>;
Scroll: import("vue").DefineComponent<{}, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```