UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

Complex solution to work with pageable data, including sorting, filtering, actions, changing displayed columns, etc.

6 lines 351 B
/// <reference types="react" /> import ColumnHeaderCellPropsType from './ColumnHeaderCellPropsType'; declare function DefaultColumnHeaderCell<T, V, F>({ field }: ColumnHeaderCellPropsType<T, V, F>): JSX.Element; declare const _default: typeof DefaultColumnHeaderCell; export default _default; //# sourceMappingURL=DefaultColumnHeaderCell.d.ts.map