mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 02:27:37 +00:00
Export Box
This commit is contained in:
parent
669df38197
commit
a6b8d5a64e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ interface BoundingBox {
|
|||
height: number;
|
||||
}
|
||||
|
||||
interface Box extends Point {
|
||||
export interface Box extends Point {
|
||||
width: number;
|
||||
height: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue