Files
Canteen-Management-System/counter-frontend/node_modules/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs
2026-07-24 12:06:56 +05:30

11 lines
304 B
JavaScript

import { GroupAnimation } from './GroupAnimation.mjs';
class GroupAnimationWithThen extends GroupAnimation {
then(onResolve, _onReject) {
return this.finished.finally(onResolve).then(() => { });
}
}
export { GroupAnimationWithThen };
//# sourceMappingURL=GroupAnimationWithThen.mjs.map