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) 282 B
import * as React from 'react'; import { SimpleButtonProps } from '../../../components/SimpleButton'; export interface InfoButtonProps extends SimpleButtonProps { glyph?: string; tooltip?: string; } export declare const ButtonInfo: React.FunctionComponent<InfoButtonProps>;