UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

6 lines (5 loc) 301 B
import { AreaSizeRestrictions, CoreSettings, CropperState, ImageRestriction } from "../types/index"; declare function defaultAreaSizeRestrictions(state: CropperState, settings: CoreSettings & { imageRestriction?: ImageRestriction; }): AreaSizeRestrictions; export { defaultAreaSizeRestrictions };