UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

12 lines 477 B
import { ReactNode } from 'react'; export type RowSelectionUIProps = { show?: boolean; selectedRowCount: number; onClearSelection: () => void; customControls?: ReactNode; }; /** * UI-only component for displaying the number of table rows selected, along with actions that can be performed on those rows */ export declare function RowSelectionUI(props: RowSelectionUIProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RowSelectionUI.d.ts.map