UNPKG

bigblocks

Version:

Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React

7 lines 610 B
import * as HoverCardPrimitive from "@radix-ui/react-hover-card"; import * as React from "react"; declare const HoverCard: React.FC<HoverCardPrimitive.HoverCardProps>; declare const HoverCardTrigger: React.ForwardRefExoticComponent<HoverCardPrimitive.HoverCardTriggerProps & React.RefAttributes<HTMLAnchorElement>>; declare const HoverCardContent: React.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>; export { HoverCard, HoverCardTrigger, HoverCardContent }; //# sourceMappingURL=hover-card.d.ts.map