UNPKG

@phaserjs/phaser

Version:
4 lines 233 B
import { IAnimation } from './IAnimation'; import { IAnimationFrame } from './IAnimationFrame'; export declare function RemoveFrame(animation: IAnimation, frame: IAnimationFrame): IAnimation; //# sourceMappingURL=RemoveFrame.d.ts.map