UNPKG

@react-financial-charts/coordinates

Version:
4 lines (3 loc) 188 B
/// <reference types="react" /> export declare const renderSVG: (props: any) => JSX.Element | null; export declare const drawOnCanvas: (ctx: CanvasRenderingContext2D, props: any) => void;