@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
9 lines (8 loc) • 334 B
TypeScript
import * as React from 'react';
import { Layout } from '../../../../../types';
export declare const RowSelectionSectionSummary: React.FunctionComponent;
interface RowSelectionSectionProps {
onChange: (data: Layout) => void;
}
export declare const RowSelectionSection: React.FunctionComponent<RowSelectionSectionProps>;
export {};