UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

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