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