UNPKG

watercolor-ui

Version:

A modern minimalist cross-framework component library

7 lines 265 B
export default function Tooltip({ text, placement, children, className, }: { text: any; placement?: string | undefined; children: any; className?: string | undefined; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Tooltip.d.ts.map