UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 225 B
import * as React from 'react'; import type { ChartsContextValue } from "./ChartsProvider.types.mjs"; /** * @ignore - internal component. */ export declare const ChartsContext: React.Context<ChartsContextValue<any> | null>;