UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

4 lines (3 loc) 223 B
import { CoreSettings, CropperState, PostprocessAction } from "../../types/index"; declare function preventZoom(state: CropperState, settings: CoreSettings, action: PostprocessAction): CropperState; export { preventZoom };