UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

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

6 lines 426 B
/// <reference types="react" /> import ItemFieldCellLinkWrapperProps from '../controlled/ItemFieldCellLinkWrapperProps'; declare function ReactRouterItemFieldCellLinkWrapper<T, V, F>({ children, hyperlink, }: ItemFieldCellLinkWrapperProps<T, V, F>): JSX.Element; declare const _default: typeof ReactRouterItemFieldCellLinkWrapper; export default _default; //# sourceMappingURL=ReactRouterItemFieldCellLinkWrapper.d.ts.map