UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

4 lines (3 loc) 141 B
import { CropperState } from "../types/index"; declare function copyState<T extends CropperState | null>(state: T): T; export { copyState };