UNPKG

ng-fancy-gui

Version:

This package contains components, for creating userinterfaces in a Angular app.

7 lines (6 loc) 183 B
export declare class ImageCropperConfig { width: number; height: number; rasterLevels: number[]; constructor(width: number, height: number, rasterLevels: number[]); }