UNPKG

@mui/x-charts

Version:

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

6 lines (5 loc) 335 B
/// <reference types="@react-spring/core" /> import { UseTransitionProps } from '@react-spring/web'; import { ValueWithHighlight } from './useTransformData'; export declare const defaultTransitionConfig: UseTransitionProps<ValueWithHighlight>; export declare const defaultLabelTransitionConfig: UseTransitionProps<ValueWithHighlight>;