UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

6 lines (5 loc) 342 B
import type { HTMLAttributes } from "svelte/elements"; import { type WithElementRef } from "../../../utils.js"; declare const DropdownMenuShortcut: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLSpanElement>>, {}, "ref">; type DropdownMenuShortcut = ReturnType<typeof DropdownMenuShortcut>; export default DropdownMenuShortcut;