UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

8 lines (7 loc) 223 B
import * as React from 'react'; import { AccessLevel, Layout } from '../../../types'; export declare const LayoutRadioSelector: React.FunctionComponent<{ data: Layout; id?: string; accessLevel: AccessLevel; }>;