UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

9 lines (6 loc) 247 B
'use client'; import { jsx } from 'react/jsx-runtime'; const TabItem = ({ children, className }) => /* @__PURE__ */ jsx("div", { className, children }); TabItem.displayName = "Tabs.Item"; export { TabItem }; //# sourceMappingURL=TabItem.mjs.map