UNPKG

pulse-dashboard

Version:

A Next.js Dashboard application for real-time monitoring and historical analysis of Playwright test executions, based on playwright-pulse-report. This component provides the UI for visualizing Playwright test results and can be run as a standalone CLI too

7 lines 578 B
import * as React from "react"; import * as PopoverPrimitive from "@radix-ui/react-popover"; declare const Popover: React.FC<PopoverPrimitive.PopoverProps>; declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>; declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>; export { Popover, PopoverTrigger, PopoverContent }; //# sourceMappingURL=popover.d.ts.map