f1rq.ovh/node_modules/framesync/lib/create-render-step.d.ts
2025-03-24 22:56:10 +01:00

3 lines
106 B
TypeScript

import { Step } from "./types";
export declare function createRenderStep(runNextFrame: () => void): Step;