UNPKG

@adaptabletools/adaptable

Version:

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

5 lines (4 loc) 276 B
import * as React from 'react'; import { SimpleButtonProps } from '../../../components/SimpleButton'; /** Renders {@link SimpleButton} with Adaptable custom/system icon preparation. */ export declare const AdaptableButtonComponent: React.FunctionComponent<SimpleButtonProps>;