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) 338 B
import * as React from 'react'; import SimpleButton from '../../../components/SimpleButton'; export class ButtonConfigure extends React.Component { render() { return (React.createElement(SimpleButton, { "data-name": "configure", tooltip: "Configure", iconSize: 18, icon: "spanner", ...this.props, variant: "text" })); } }