UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

7 lines (6 loc) 93 B
export interface CropperPosition { x1: number; y1: number; x2: number; y2: number; }