sdfsdfs
This commit is contained in:
10
node_modules/pixi.js/lib/maths/misc/Size.d.ts
generated
vendored
Normal file
10
node_modules/pixi.js/lib/maths/misc/Size.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Defines a size with a width and a height.
|
||||
* @memberof maths
|
||||
*/
|
||||
export interface Size {
|
||||
/** The width. */
|
||||
width: number;
|
||||
/** The height. */
|
||||
height: number;
|
||||
}
|
Reference in New Issue
Block a user