phaser/v3/typings/components/GetBounds.d.ts

3 lines
82 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
import { Bound } from './Bound';
export default function (transform: any): Bound;