aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts
new file mode 100644
index 00000000..ff6d5fb9
--- /dev/null
+++ b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts
@@ -0,0 +1,5 @@
+import { AsyncAction } from './AsyncAction';
+import { AsyncScheduler } from './AsyncScheduler';
+export declare class AnimationFrameScheduler extends AsyncScheduler {
+ flush(action?: AsyncAction<any>): void;
+}