UNPKG

@mui/x-charts

Version:

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

5 lines (4 loc) 217 B
import * as React from 'react'; import { Initializable } from '../context.types'; import { PolarContextState } from './Polar.types'; export declare const PolarContext: React.Context<Initializable<PolarContextState>>;