UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

5 lines (4 loc) 289 B
import { ScrollArea as ScrollAreaPrimitive } from "bits-ui"; declare const ScrollAreaScrollbar: import("svelte").Component<Omit<ScrollAreaPrimitive.ScrollbarProps, "child">, {}, "ref">; type ScrollAreaScrollbar = ReturnType<typeof ScrollAreaScrollbar>; export default ScrollAreaScrollbar;