UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

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