UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

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