UNPKG

@mui/x-charts

Version:

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

7 lines (6 loc) 214 B
/** * A hook to get if chart animations should be skipped. * * @returns {boolean|undefined} whether to skip animations */ export declare function useSkipAnimation(skipAnimation?: boolean): boolean | undefined;