UNPKG

@grafana/ui

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