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