mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
Export Box
This commit is contained in:
parent
53481ba892
commit
e94cdef100
@ -13,7 +13,7 @@ interface BoundingBox {
|
||||
height: number;
|
||||
}
|
||||
|
||||
interface Box extends Point {
|
||||
export interface Box extends Point {
|
||||
width: number;
|
||||
height: number;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user