UNPKG

@empathyco/x-components

Version:
31 lines (28 loc) 1.12 kB
import { defineComponent } from 'vue'; import { AnimationProp } from '../../types/animation-prop.js'; import _sfc_main$1 from '../../x-modules/scroll/components/main-scroll.vue.js'; import Scroll from '../../x-modules/scroll/components/scroll.vue.js'; import AnimateWidth from '../animations/animate-width.vue.js'; import BaseIdTogglePanel from '../panels/base-id-toggle-panel.vue.js'; /** * 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 */ var _sfc_main = defineComponent({ name: 'MultiColumnMaxWidthLayout', components: { BaseIdTogglePanel, MainScroll: _sfc_main$1, Scroll }, props: { /** The animation used for the Main Aside. */ asideAnimation: { type: AnimationProp, default: () => AnimateWidth, }, /** Enables the devMode, which shows the available slots to use with its names. */ devMode: Boolean, }, }); export { _sfc_main as default }; //# sourceMappingURL=multi-column-max-width-layout.vue2.js.map