UNPKG

react-financial-charts

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