UNPKG

@phaserjs/phaser

Version:
4 lines 273 B
import { IAnimatedSprite } from './IAnimatedSprite'; import { IAnimationPlayConfig } from './IAnimationPlayConfig'; export declare function Play<T extends IAnimatedSprite>(key: string, config?: IAnimationPlayConfig, ...sprites: T[]): T[]; //# sourceMappingURL=Play.d.ts.map