bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
10 lines (9 loc) • 452 B
TypeScript
export { default as BTable } from './BTable.vue';
export { default as BTableLite } from './BTableLite.vue';
export { default as BTableSimple } from './BTableSimple.vue';
export { default as BTbody } from './BTbody.vue';
export { default as BTd } from './BTd.vue';
export { default as BTfoot } from './BTfoot.vue';
export { default as BTh } from './BTh.vue';
export { default as BThead } from './BThead.vue';
export { default as BTr } from './BTr.vue';