3 lines
106 B
TypeScript
3 lines
106 B
TypeScript
|
|
import { Step } from "./types";
|
||
|
|
export declare function createRenderStep(runNextFrame: () => void): Step;
|