@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
11 lines (10 loc) • 1.08 kB
text/typescript
export { default as ILayoutBasicExample } from './basic.vue';
export { default as ILayoutContentHeaderExample } from './content-header.vue';
export { default as ILayoutContentHeaderFooterExample } from './content-header-footer.vue';
export { default as ILayoutContentWithLeftAsideHeaderFooterExample } from './content-with-left-aside-header-footer.vue';
export { default as ILayoutContentWithLeftAndRightAsidesHeaderFooterExample } from './content-with-left-and-right-asides-header-footer.vue';
export { default as ILayoutContentWithRightAsideHeaderFooterExample } from './content-with-right-aside-header-footer.vue';
export { default as ILayoutLeftAndRightAsidesWithContentHeaderFooterExample } from './left-and-right-asides-with-content-header-footer.vue';
export { default as ILayoutLeftAsideWithContentHeaderFooterExample } from './left-aside-with-content-header-footer.vue';
export { default as ILayoutRightAsideWithContentHeaderFooterExample } from './right-aside-with-content-header-footer.vue';
export { default as ILayoutWithAsideCSSExample } from './with-aside.scss';