mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-31 05:57:33 +00:00
[p2.js] BoxOptions to extend SharedShapeOptions (#37986)
This commit is contained in:
parent
10af0f5225
commit
16bfebc985
2
types/p2/index.d.ts
vendored
2
types/p2/index.d.ts
vendored
@ -753,7 +753,7 @@ declare namespace p2 {
|
||||
|
||||
}
|
||||
|
||||
export interface BoxOptions {
|
||||
export interface BoxOptions extends SharedShapeOptions {
|
||||
|
||||
width?: number;
|
||||
height?: number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user