UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

3 lines (2 loc) 187 B
import type { TooltipProps } from "./types"; export default function Tooltip({ children, message, open, xOffset, yOffset, delay }: TooltipProps): import("react/jsx-runtime").JSX.Element;