UNPKG

@hubee/hubee-ui-table

Version:

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

11 lines (10 loc) 547 B
export * from './table-props'; export { default as TablePaginationProps } from './table-pagination-props'; export { default as TablePaginationActionsProps } from './table-pagination-actions-props'; export { default as GlobalFilterProps } from './search-filter-props'; export { default as Action } from './action-props'; export * from './table-pagination-options-props'; export * from './table-style-options-props'; export * from './table-row-options-props'; export * from './event-options-props'; export * from './load-on-demand-props';