UNPKG
@santinobch/os-window-angular
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.3
0.1.1
0.1.0
Create windows inside a browser window!
santinobch/os-window-angular
@santinobch/os-window-angular
/
lib
/
models
/
Resize.model.d.ts
12 lines
(11 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
TwoPointModel
}
from
'./TwoPoint.model'
;
export
interface
ResizeModel
{
n:
TwoPointModel;
ne:
TwoPointModel;
e:
TwoPointModel;
se:
TwoPointModel;
s:
TwoPointModel;
sw:
TwoPointModel;
w:
TwoPointModel;
nw:
TwoPointModel;
}