UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

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