UNPKG

opt-table

Version:

A Responsive and Customizable Rich Table

11 lines 549 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const react_1 = __importDefault(require("react")); const TestDetailsPanels = (props) => { return (react_1.default.createElement("div", { style: { width: "100%", height: 50, backgroundColor: "yellowgreen" } }, "TestDetailsPanel")); }; exports.default = TestDetailsPanels; //# sourceMappingURL=test_2_details_panel.js.map