UNPKG

@adaptabletools/adaptable

Version:

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

10 lines (9 loc) 290 B
import { ChartDefinition } from '../../types'; export declare const useAgChartState: (chartDefinition?: ChartDefinition) => { isOpen: boolean; showChart: (chartContainer?: { element: HTMLElement | string; name: string; }) => void; closeChart: () => void; };