UNPKG

@adaptabletools/adaptable

Version:

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

9 lines (8 loc) 412 B
import * as React from 'react'; import { ConnectedComponent } from 'react-redux'; import { AdaptableModule } from '../AdaptableState/Common/Types'; export declare const AdaptableViewFactory: IAdaptableViewFactory; export declare const AdaptableViewPanelFactory: Map<AdaptableModule, React.FunctionComponent<any> | ConnectedComponent<any, any>>; export interface IAdaptableViewFactory { [key: string]: any; }