UNPKG

ngx-image-cropper

Version:
6 lines (5 loc) 352 B
import { BasicEvent } from "../interfaces/basic-event.interface"; import { Position } from "../interfaces/move-start.interface"; export declare function getPositionForKey(key: string): Position; export declare function getInvertedPositionForKey(key: string): Position; export declare function getEventForKey(key: string, stepSize: number): BasicEvent;