UNPKG

@rbxts/hook-bag

Version:

Collection of custom roact hooks

9 lines (7 loc) 247 B
import { CoreHooks } from "@rbxts/roact-hooks"; /** * Returns the amount of renders the component has since its mount. * @param hooks The core hooks. */ declare function useRendersSpy(hooks: CoreHooks): number; export = useRendersSpy;