export { default as ILayoutBasicExample } from '@inkline/inkline/components/ILayout/examples/basic.vue'; export { default as ILayoutContentHeaderExample } from '@inkline/inkline/components/ILayout/examples/content-header.vue'; export { default as ILayoutContentHeaderFooterExample } from '@inkline/inkline/components/ILayout/examples/content-header-footer.vue'; export { default as ILayoutContentWithLeftAsideHeaderFooterExample } from '@inkline/inkline/components/ILayout/examples/content-with-left-aside-header-footer.vue'; export { default as ILayoutContentWithLeftAndRightAsidesHeaderFooterExample } from '@inkline/inkline/components/ILayout/examples/content-with-left-and-right-asides-header-footer.vue'; export { default as ILayoutContentWithRightAsideHeaderFooterExample } from '@inkline/inkline/components/ILayout/examples/content-with-right-aside-header-footer.vue'; export { default as ILayoutLeftAndRightAsidesWithContentHeaderFooterExample } from '@inkline/inkline/components/ILayout/examples/left-and-right-asides-with-content-header-footer.vue'; export { default as ILayoutLeftAsideWithContentHeaderFooterExample } from '@inkline/inkline/components/ILayout/examples/left-aside-with-content-header-footer.vue'; export { default as ILayoutRightAsideWithContentHeaderFooterExample } from '@inkline/inkline/components/ILayout/examples/right-aside-with-content-header-footer.vue'; export { default as ILayoutWithAsideCSSExample } from '@inkline/inkline/components/ILayout/examples/with-aside.scss?inline';