UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

5 lines (4 loc) 303 B
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui"; declare const DropdownMenuRadioItem: import("svelte").Component<Omit<DropdownMenuPrimitive.RadioItemProps, "child">, {}, "ref">; type DropdownMenuRadioItem = ReturnType<typeof DropdownMenuRadioItem>; export default DropdownMenuRadioItem;