UNPKG

@mui/x-charts

Version:

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

5 lines (4 loc) 188 B
import * as React from 'react'; import { PolarProviderProps } from './Polar.types'; declare function PolarProvider(props: PolarProviderProps): React.JSX.Element; export { PolarProvider };