UNPKG

@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) 211 B
import * as React from 'react'; export declare const TypeRadio: (props: { checked?: boolean; text: string; description: string; onClick?: () => void; value?: string; }) => React.JSX.Element;