UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

8 lines 296 B
import type { ReactNode } from 'react'; interface PlotControllerProps { id?: string; children: ReactNode; } export declare function PlotController(props: PlotControllerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=plotControllerContext.provider.d.ts.map