index.ts 292 B

123456
  1. export { ITableConfig, ITableCellStyle } from './types'
  2. export { ITableHeaderConfig } from './Header/types'
  3. export { ITableColumnConfig, ITableConditionStyle } from './Column/types'
  4. export { DefaultTableCellStyle } from './constants'
  5. export { TableCellStyleTypes } from './Column/constants'