mirror of
https://github.com/photonstorm/phaser
synced 2024-11-30 16:39:34 +00:00
3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
import Circle from './Circle';
|
|
import Rectangle from '../rectangle';
|
|
export default function (circle: Circle, out?: Rectangle): Rectangle;
|