UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

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