UNPKG

@adaptabletools/adaptable-cjs

Version:

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

10 lines (9 loc) 304 B
import * as React from 'react'; export declare const ToggleGroupContext: React.Context<{ toggleButtons: { node: HTMLButtonElement; toggle: VoidFunction; }[]; activeIndex: number; }>; export declare const ToggleGroup: React.FunctionComponent<React.PropsWithChildren<unknown>>;