@grafana/ui
Version:
Grafana Components Library
14 lines (9 loc) • 369 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var jsxRuntime = require('react/jsx-runtime');
;
const TabContent = ({ children, className, ...restProps }) => {
return /* @__PURE__ */ jsxRuntime.jsx("div", { ...restProps, className, children });
};
exports.TabContent = TabContent;
//# sourceMappingURL=TabContent.cjs.map