UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

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

8 lines 274 B
import React from 'react'; interface PropsType { show: boolean; onHide: () => unknown; } declare const _default: React.MemoExoticComponent<({ onHide, show }: PropsType) => JSX.Element>; export default _default; //# sourceMappingURL=VisibleFieldsModal.d.ts.map