@nivo/annotations
Version:
7 lines • 311 B
TypeScript
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