UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

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;