UNPKG

@adaptabletools/adaptable

Version:

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

4 lines (3 loc) 210 B
import { AdaptableState } from '../../types'; export declare function useAdaptableState(): AdaptableState | null; export declare function useAdaptableState<T>(selector: (state: AdaptableState) => T): T | null;