UNPKG

@mui/x-charts

Version:

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

5 lines (4 loc) 193 B
import * as React from 'react'; import { PluginProviderProps } from './Plugin.types'; declare function PluginProvider(props: PluginProviderProps): React.JSX.Element; export { PluginProvider };