UNPKG

svelte-5-ui-lib

Version:

Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.

6 lines (5 loc) 275 B
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 };