UNPKG

@mui/x-charts

Version:

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

5 lines (4 loc) 290 B
import { UseTransitionProps } from '@react-spring/web'; import { ValueWithHighlight } from './useTransformData'; export declare const defaultTransitionConfig: UseTransitionProps<ValueWithHighlight>; export declare const defaultLabelTransitionConfig: UseTransitionProps<ValueWithHighlight>;