UNPKG

@adaptabletools/adaptable-cjs

Version:

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

3 lines (2 loc) 206 B
import { AdaptableApi } from '../../types'; export declare const handleExportState: (type: "Clipboard" | "Console" | "JSON", name: "adaptableState" | "initialState", state: any, api: AdaptableApi) => void;