UNPKG

@catho/react-floating-badge

Version:

Floating badge with actions for React

4 lines (3 loc) 155 B
/// <reference types="react" /> import { BalloonHintProps } from './types'; export declare const BalloonHint: (props: BalloonHintProps) => JSX.Element;