UNPKG

@santinobch/os-window-angular

Version:

Create windows inside a browser window!

9 lines (8 loc) 236 B
import { TwoPointModel } from './TwoPoint.model'; import { ZIndexModel } from './ZIndex.model'; export interface PositionModel { resize: TwoPointModel; current: TwoPointModel; next: TwoPointModel; zIndex: ZIndexModel; }