UNPKG

@arche-mc2/arche-controls

Version:

We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get

18 lines 654 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = require("react"); var UpDataGridToolbar = (function (_super) { tslib_1.__extends(UpDataGridToolbar, _super); function UpDataGridToolbar(props, context) { var _this = _super.call(this, props) || this; _this.state = {}; return _this; } UpDataGridToolbar.prototype.render = function () { return (React.createElement("div", null)); }; return UpDataGridToolbar; }(React.Component)); exports.default = UpDataGridToolbar; //# sourceMappingURL=UpDataGridToolbar.js.map