UNPKG

@adaptabletools/adaptable

Version:

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

8 lines (7 loc) 281 B
import * as React from 'react'; import { IconComponentProps } from '../../../components/Icon'; /** * This is a connected componnet. * It needs to be used only inside adaptable context. */ export declare const AdaptableIconComponent: React.FunctionComponent<IconComponentProps>;