UNPKG

opt-table

Version:

A Responsive and Customizable Rich Table

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