UNPKG

@nivo/annotations

Version:
7 lines 311 B
import { Theme } from '@nivo/theming'; import { ComputedAnnotation } from './types'; export declare const renderAnnotationsToCanvas: <Datum>(ctx: CanvasRenderingContext2D, { annotations, theme, }: { annotations: ComputedAnnotation<Datum>[]; theme: Theme; }) => void; //# sourceMappingURL=canvas.d.ts.map