UNPKG

rightui

Version:

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

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