cyphertap
Version:
Nostr, Lightning and Ecash on a single Button component
8 lines (7 loc) • 339 B
TypeScript
import { Popover as PopoverPrimitive } from "bits-ui";
type $$ComponentProps = PopoverPrimitive.ContentProps & {
portalProps?: PopoverPrimitive.PortalProps;
};
declare const PopoverContent: import("svelte").Component<$$ComponentProps, {}, "ref">;
type PopoverContent = ReturnType<typeof PopoverContent>;
export default PopoverContent;