UNPKG

@santinobch/os-window-angular

Version:

Create windows inside a browser window!

12 lines (11 loc) 263 B
import { TwoPointModel } from './TwoPoint.model'; export interface ResizeModel { n: TwoPointModel; ne: TwoPointModel; e: TwoPointModel; se: TwoPointModel; s: TwoPointModel; sw: TwoPointModel; w: TwoPointModel; nw: TwoPointModel; }