[p2.js] BoxOptions to extend SharedShapeOptions (#37986)

This commit is contained in:
Janne Ramstedt
2019-08-29 17:49:52 -07:00
committed by Ron Buckton
parent 10af0f5225
commit 16bfebc985
+1 -1
View File
@@ -753,7 +753,7 @@ declare namespace p2 {
}
export interface BoxOptions {
export interface BoxOptions extends SharedShapeOptions {
width?: number;
height?: number;