UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

5 lines (4 loc) 236 B
import { Dialog as DialogPrimitive } from "bits-ui"; declare const DialogOverlay: import("svelte").Component<DialogPrimitive.OverlayProps, {}, "ref">; type DialogOverlay = ReturnType<typeof DialogOverlay>; export default DialogOverlay;