UNPKG

208 BTypeScriptView Raw
1import type { Container } from "./Container";
2export declare class FrameManager {
3 private readonly container;
4 constructor(container: Container);
5 nextFrame(timestamp: DOMHighResTimeStamp): void;
6}