mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
[p2.js] BoxOptions to extend SharedShapeOptions (#37986)
This commit is contained in:
committed by
Ron Buckton
parent
10af0f5225
commit
16bfebc985
Vendored
+1
-1
@@ -753,7 +753,7 @@ declare namespace p2 {
|
||||
|
||||
}
|
||||
|
||||
export interface BoxOptions {
|
||||
export interface BoxOptions extends SharedShapeOptions {
|
||||
|
||||
width?: number;
|
||||
height?: number;
|
||||
|
||||
Reference in New Issue
Block a user