import type { TabsProps, TabitemProps, TabCtxType } from './type';
import TabItem from './TabItem.svelte';
import Tabs from './Tabs.svelte';
import { tabs, tabItem } from './theme';
export { TabItem, tabItem, Tabs, tabs, type TabsProps, type TabitemProps, type TabCtxType };
