UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

5 lines (4 loc) 201 B
import { Tabs as TabsPrimitive } from "bits-ui"; declare const Tabs: import("svelte").Component<TabsPrimitive.RootProps, {}, "value" | "ref">; type Tabs = ReturnType<typeof Tabs>; export default Tabs;