react-url-table
Version:
Smart and flexible table component built with React and for React projects. based on React16 hooks and mobx-react-lite
9 lines • 381 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const react_1 = tslib_1.__importDefault(require("react"));
function ControlsPanel(props) {
return (react_1.default.createElement("div", { className: "url_table__controls_panel" }, props.children));
}
exports.default = ControlsPanel;
//# sourceMappingURL=index.js.map