5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
/**
|
|
* @ignore - internal hook.
|
|
*/
|
|
export declare function useForcedRerendering(): () => void;
|