UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

9 lines (8 loc) 361 B
"use strict"; 'use client'; Object.defineProperty(exports, "__esModule", { value: true }); exports.TabItem = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const TabItem = ({ children, className }) => (0, jsx_runtime_1.jsx)("div", { className: className, children: children }); exports.TabItem = TabItem; exports.TabItem.displayName = 'Tabs.Item';