UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

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

8 lines 295 B
/// <reference types="react" /> import FieldModel from '../FieldModel'; interface PropsType<I, V, F> { field: FieldModel<I, V, F>; } declare const _default: <I, V, F>({ field }: PropsType<I, V, F>) => JSX.Element; export default _default; //# sourceMappingURL=FieldFilterCell.d.ts.map