UNPKG

@nivo/annotations

Version:
8 lines 271 B
import { NoteSvg } from './types'; export declare const AnnotationNote: <Datum>({ datum, x, y, note, }: { datum: Datum; x: number; y: number; note: NoteSvg<Datum>; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AnnotationNote.d.ts.map