UNPKG

@adaptabletools/adaptable

Version:

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

9 lines (8 loc) 359 B
import * as React from 'react'; import SimpleButton from '../../../components/SimpleButton'; export class ButtonNewPage extends React.Component { render() { return (React.createElement(SimpleButton, { "data-name": "new-page", tooltip: "New Page", iconSize: 20, icon: "newpage" // arrow-up , variant: "text", ...this.props })); } }