"use client";
export { default as Tabs } from "./Tabs";
export type { TabsProps } from "./Tabs.types";
export { default as TabsTab, type TabProps } from "./parts/tab/Tab";
export {
  default as TabsList,
  type TabListProps,
} from "./parts/tablist/TabList";
export {
  default as TabsPanel,
  type TabPanelProps,
} from "./parts/tabpanel/TabPanel";
