UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

3 lines 126 B
import { createContext } from 'react'; export const bboxContext = createContext(null); //# sourceMappingURL=bboxContext.js.map