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) 284 B
import * as React from 'react'; import { IconSelectorProps } from '../../../components/IconSelector'; /** * This component connects to adaptable to retrieve custom icons */ export declare const AdaptableIconSelector: React.FunctionComponent<Omit<IconSelectorProps, 'customIcons'>>;