MCPcopy Index your code
hub / github.com/streamich/react-use / step

Method step

tests/useRafState.test.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5interface RequestAnimationFrame {
6 reset(): void;
7 step(): void;
8}
9
10declare var requestAnimationFrame: RequestAnimationFrame;

Calls

no outgoing calls

Tested by

no test coverage detected