UNPKG

@hubee/hubee-ui-table

Version:

Hubee UI Table é uma biblioteca que faz abstração da implementação de data tables para o React

13 lines (12 loc) 766 B
export * from './utils/index'; export { default as MaterialTable } from './Table/index'; export { default as Pagination } from './TablePagination/index'; export { default as TablePaginationActions } from './TablePaginationActions/index'; export { default as TableBodyOperations } from './TableBodyOperations/index'; export { default as TableCellSorting } from './TableCellSorting/index'; export { default as SearchDefault } from './SearchDefault/index'; export { default as TableInfoResult } from './TableInfoResult'; export { default as TheadCellAction } from './TheadCellAction'; export { default as BodyCellAction } from './BodyCellAction'; export { default as TheadMapRow } from './TheadMapRow'; export { default as BodyMapRow } from './BodyMapRow';