UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

9 lines (8 loc) 398 B
import { type WithElementRef } from "../../../utils.js"; import type { HTMLAttributes } from "svelte/elements"; type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & { inset?: boolean; }; declare const DropdownMenuLabel: import("svelte").Component<$$ComponentProps, {}, "ref">; type DropdownMenuLabel = ReturnType<typeof DropdownMenuLabel>; export default DropdownMenuLabel;