import staticTable from './static'; import dynamicTable from './dynamic'; import customCellsTable from './custom-cells'; import singleSelectionTable from './single-selection'; import multipleSelectionTable from './multiple-selection'; import colorsTable from './colors'; import borderedTable from './bordered'; import linedTable from './lined'; import stickedTable from './sticked'; import compactTable from './compact'; import paginationTable from './pagination'; import infinityPaginationTable from './infinity-pagination'; import sortableTable from './sortable'; export default { staticTable, dynamicTable, customCellsTable, singleSelectionTable, multipleSelectionTable, colorsTable, borderedTable, linedTable, stickedTable, compactTable, paginationTable, infinityPaginationTable, sortableTable };