Files
wechatpay-enterprise-web/node_modules/rxjs/_esm2015/internal/scheduler/animationFrame.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

5 lines
319 B
JavaScript

import { AnimationFrameAction } from './AnimationFrameAction';
import { AnimationFrameScheduler } from './AnimationFrameScheduler';
export const animationFrameScheduler = new AnimationFrameScheduler(AnimationFrameAction);
export const animationFrame = animationFrameScheduler;
//# sourceMappingURL=animationFrame.js.map