Files
wdi-dashboard/node_modules/framesync/lib/create-render-step.d.ts
2024-08-16 15:06:52 +05:30

3 lines
106 B
TypeScript

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