UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

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

7 lines 252 B
import FieldModel from '../FieldModel'; interface ItemFieldCellRendererPropsType<I, V, F> { field: FieldModel<I, V, F>; item: I; } export default ItemFieldCellRendererPropsType; //# sourceMappingURL=ItemFieldCellRendererPropsType.d.ts.map