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

This commit is contained in:
Janne Ramstedt 2019-08-30 03:49:52 +03:00 committed by Ron Buckton
parent 10af0f5225
commit 16bfebc985

2
types/p2/index.d.ts vendored
View File

@ -753,7 +753,7 @@ declare namespace p2 {
}
export interface BoxOptions {
export interface BoxOptions extends SharedShapeOptions {
width?: number;
height?: number;