UNPKG

@mui/x-charts

Version:

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

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