UNPKG

@mui/x-charts

Version:

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

5 lines (4 loc) 208 B
import * as React from 'react'; import { AnimationProviderProps } from './Animation.types'; declare function AnimationProvider(props: AnimationProviderProps): React.JSX.Element; export { AnimationProvider };