UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

4 lines (3 loc) 160 B
import { CropperState } from "../types/index"; declare function isEqualState(a: CropperState | null, b: CropperState | null): boolean; export { isEqualState };