@adaptabletools/adaptable-cjs
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
13 lines (12 loc) • 583 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ButtonConfigure = void 0;
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const SimpleButton_1 = tslib_1.__importDefault(require("../../../components/SimpleButton"));
class ButtonConfigure extends React.Component {
render() {
return (React.createElement(SimpleButton_1.default, { "data-name": "configure", tooltip: "Configure", iconSize: 18, icon: "spanner", ...this.props, variant: "text" }));
}
}
exports.ButtonConfigure = ButtonConfigure;