UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

5 lines (3 loc) 140 B
import type { Ref } from 'react'; import { createContext } from 'react'; export const bboxContext = createContext<Ref<SVGGElement>>(null);