UNPKG

@queuedash/ui

Version:

A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue

7 lines 262 B
import type { PropsWithChildren } from "react"; type TooltipProps = { message: string; }; export declare const Tooltip: ({ children, message, }: PropsWithChildren<TooltipProps>) => import("react").JSX.Element; export {}; //# sourceMappingURL=Tooltip.d.ts.map