UNPKG

opt-table

Version:

A Responsive and Customizable Rich Table

6 lines 291 B
import React from "react"; const TestDetailsPanels = (props) => { return (React.createElement("div", { style: { width: "100%", height: 50, backgroundColor: "yellowgreen" } }, "TestDetailsPanel")); }; export default TestDetailsPanels; //# sourceMappingURL=test_2_details_panel.js.map