UNPKG

react-table-pro

Version:
16 lines (13 loc) 330 B
// @flow export {Table} from './table/c-table'; export {sortDirection} from './table/table-const'; export type { SortDirectionType, TableGetDataResultType, TableBodyCellType, TablePropsType, TableGetDataType, TableHeaderType, TableHeaderCellType, TableCellAlignType, } from './table/table-type';