UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

4 lines (2 loc) 101 B
import { createContext } from 'react'; export const legendOffsetContext = createContext<number>(0);