UNPKG

@empathyco/x-components

Version:
34 lines 1.63 kB
/** * 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<import("vue").ExtractPropTypes<{ /** The animation used for the Main Aside. */ asideAnimation: { type: (StringConstructor | ObjectConstructor | FunctionConstructor)[]; default: () => import("vue").DefineComponent; }; /** Enables the devMode, which shows the available slots to use with its names. */ devMode: BooleanConstructor; }>, {}, {}, {}, {}, 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; }; /** Enables the devMode, which shows the available slots to use with its names. */ 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>; export default _default; //# sourceMappingURL=single-column-layout.vue?vue&type=script&lang.d.ts.map