UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

5 lines (4 loc) 240 B
import { Drawer as DrawerPrimitive } from "vaul-svelte"; declare const DrawerOverlay: import("svelte").Component<DrawerPrimitive.OverlayProps, {}, "ref">; type DrawerOverlay = ReturnType<typeof DrawerOverlay>; export default DrawerOverlay;