UNPKG

@oceanbase-odc/ob-react-data-grid

Version:

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like

3 lines 268 B
import type { GroupFormatterProps } from '../types'; export declare function ToggleGroupFormatter<R, SR>({ groupKey, isExpanded, isCellSelected, toggleGroup }: GroupFormatterProps<R, SR>): import("react").JSX.Element; //# sourceMappingURL=ToggleGroupFormatter.d.ts.map