UNPKG

@rbxts/react-hooks

Version:

Generated by [Rojo](https://github.com/rojo-rbx/rojo) 7.4.0.

7 lines (6 loc) 171 B
/** * A simple function that checks how many times the component * has been rendered. * @returns The render count. */ export declare function useRendersSpy(): number;