UNPKG

@grafana/ui

Version:
10 lines (7 loc) 263 B
import { jsx } from 'react/jsx-runtime'; "use strict"; const TabContent = ({ children, className, ...restProps }) => { return /* @__PURE__ */ jsx("div", { ...restProps, className, children }); }; export { TabContent }; //# sourceMappingURL=TabContent.mjs.map