UNPKG

victory-canvas

Version:
9 lines 412 B
import { NumberOrCallback, StringOrCallback, VictoryCommonPrimitiveProps } from "victory-core"; export interface CanvasCurveProps extends VictoryCommonPrimitiveProps { ariaLabel?: StringOrCallback; interpolation?: string | Function; openCurve?: boolean; tabIndex?: NumberOrCallback; } export declare const CanvasCurve: (props: CanvasCurveProps) => null; //# sourceMappingURL=canvas-curve.d.ts.map