@gitlab/ui
Version:
GitLab UI Components
10 lines (9 loc) • 310 B
JavaScript
export { BTable } from './table';
export { BTableLite } from './table-lite';
export { BTableSimple } from './table-simple';
export { BTbody } from './tbody';
export { BThead } from './thead';
export { BTfoot } from './tfoot';
export { BTr } from './tr';
export { BTd } from './td';
export { BTh } from './th';