UNPKG

@adaptabletools/adaptable

Version:

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

7 lines (6 loc) 186 B
import { StandardIntent } from '@finos/fdc3'; interface IntentConfig { icon: string; } export declare const Fdc3IntentConfiguration: Record<StandardIntent, IntentConfig>; export {};