TenantAtlas/apps/platform/.pnpm-store/v10/files/70/4be1d51a767a78b08ff2979914fb39bf0ed78d94fbe2d47b8521cb1658cc2e9705a5d22798340bbc53fd957deb8fce4dbcdb9bab1b16fbe4a0af60fe4f7464
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

6 lines
265 B
Plaintext

import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export declare class AnimationFrameScheduler extends AsyncScheduler {
flush(action?: AsyncAction<any>): void;
}
//# sourceMappingURL=AnimationFrameScheduler.d.ts.map