UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

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