UNPKG

@adaptabletools/adaptable

Version:

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

9 lines (8 loc) 354 B
import { jsx as _jsx } from "react/jsx-runtime"; import * as React from 'react'; import SimpleButton from '../../../components/SimpleButton'; export class ButtonStop extends React.Component { render() { return (_jsx(SimpleButton, { "data-name": "stop", tooltip: "Stop", iconSize: 20, icon: "stop", variant: "text", ...this.props })); } }