Sign in
cobalt
/
cobalt
/
1bdf8b5470dc937a8c92ce7e2f6d3392c6a1180c
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
scheduler
/
AnimationFrameScheduler.d.ts
blob: ff6d5fb90c6c405a9bff2a9e1f433dca4b080c2c [
file
] [
log
] [
blame
]
import
{
AsyncAction
}
from
'./AsyncAction'
;
import
{
AsyncScheduler
}
from
'./AsyncScheduler'
;
export
declare
class
AnimationFrameScheduler
extends
AsyncScheduler
{
flush
(
action
?:
AsyncAction
<any>
):
void
;
}