UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

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

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