UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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