UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

10 lines (9 loc) 210 B
'use client'; import * as React from 'react'; import { PolarContext } from "./PolarContext.js"; export const usePolarContext = () => { const { data } = React.useContext(PolarContext); return data; };