UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

11 lines (7 loc) 286 B
'use client'; 'use strict'; var jsxRuntime = require('react/jsx-runtime'); const TabItem = ({ children, className }) => /* @__PURE__ */ jsxRuntime.jsx("div", { className, children }); TabItem.displayName = "Tabs.Item"; exports.TabItem = TabItem; //# sourceMappingURL=TabItem.cjs.map