seti-ramesesv1
Version:
Reusable components and context for Next.js apps
6 lines (5 loc) • 510 B
TypeScript
import * as PopoverPrimitive from "@radix-ui/react-popover";
import * as React from "react";
export declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
export declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
export declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;