UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

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