UNPKG

rimmel

Version:

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

4 lines 217 B
import { SinkFunction } from './sink'; export type RenderingTask = SinkFunction; export type RenderingScheduler = (node: Node, task: RenderingTask) => (...args: any[]) => void; //# sourceMappingURL=schedulers.d.ts.map