UNPKG
rimmel
Version:
latest (1.6.0)
rc (1.6.0-7)
1.6.0
1.6.0-7
1.6.0-5
1.6.0-4
1.6.0-1
1.5.2
1.5.1
1.5.0
1.5.0-rc4
1.5.0-rc2
1.5.0-rc1
1.4.4
1.4.3
1.4.2
1.3.1
1.2.5
1.2.3
1.2.1
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Streams-Oriented UI library for the Rx.Observable Universe
rimmel.js.org
reactivehtml/rimmel
rimmel
/
dist
/
esm
/
types
/
types
/
schedulers.d.ts
4 lines
•
217 B
TypeScript
View Raw
1
2
3
4
import
{
SinkFunction
}
from
'./sink'
;
export
type
RenderingTask
=
SinkFunction
;
export
type
RenderingScheduler
=
(
node
:
Node
,
task
:
RenderingTask
) =>
(
...
args
:
any
[]
) =>
void
;
//# sourceMappingURL=schedulers.d.ts.map