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