phaser/v3/typings/components/GetBounds.d.ts
2017-01-16 22:43:07 +01:00

2 lines
82 B
TypeScript

import { Bound } from './Bound';
export default function (transform: any): Bound;