rimmel
Version:
A Stream-Oriented UI library for the Rx.Observable Universe
7 lines • 319 B
TypeScript
import type { RenderingScheduler } from '../types/schedulers';
/**
* A debounced batch-rendering scheduler that runs the latest rendering task for each given node at the next animation frame
**/
declare const _default: RenderingScheduler;
export default _default;
//# sourceMappingURL=animation-frame-by-node.d.ts.map