UNPKG

rimmel

Version:

A Stream-Oriented UI library for the Rx.Observable Universe

10 lines 390 B
import type { RenderingScheduler } from '../types/schedulers'; /** * A basic batch-rendering scheduler that renders all tasks * at the next animation frame. * Suitable for simple to medium workloads where all rendering * tasks can be performed in one rendering frame **/ declare const _default: RenderingScheduler; export default _default; //# sourceMappingURL=animation-frame.d.ts.map