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
/
Position.model.d.ts
9 lines
(8 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
TwoPointModel
}
from
'./TwoPoint.model'
;
import
{
ZIndexModel
}
from
'./ZIndex.model'
;
export
interface
PositionModel
{
resize
:
TwoPointModel
;
current
:
TwoPointModel
;
next
:
TwoPointModel
;
zIndex
:
ZIndexModel
; }