UNPKG

@phaserjs/phaser

Version:
4 lines 241 B
import { IAnimation } from './IAnimation'; import { IAnimationFrame } from './IAnimationFrame'; export declare function RemoveFrames(animation: IAnimation, ...frames: IAnimationFrame[]): IAnimation; //# sourceMappingURL=RemoveFrames.d.ts.map