2
0
Fork 0
mirror of https://github.com/photonstorm/phaser synced 2025-02-20 16:08:29 +00:00
phaser/v3/typings/components/Bound.d.ts
2017-01-16 22:43:07 +01:00

6 lines
88 B
TypeScript

export interface Bound {
x?: any;
y?: any;
width?: any;
height?: any;
}