SYMBOL INDEX (14 symbols across 3 files) FILE: src/ImgCrop.tsx type ImgSource (line 85) | type ImgSource = CanvasImageSource & { FILE: src/constants.ts constant PREFIX (line 1) | const PREFIX = 'img-crop'; constant ZOOM_INITIAL (line 3) | const ZOOM_INITIAL = 1; constant ZOOM_STEP (line 4) | const ZOOM_STEP = 0.1; constant ROTATION_INITIAL (line 6) | const ROTATION_INITIAL = 0; constant ROTATION_MIN (line 7) | const ROTATION_MIN = -180; constant ROTATION_MAX (line 8) | const ROTATION_MAX = 180; constant ROTATION_STEP (line 9) | const ROTATION_STEP = 1; constant ASPECT_STEP (line 11) | const ASPECT_STEP = 0.01; FILE: src/types.ts type BeforeUpload (line 6) | type BeforeUpload = Exclude; type BeforeUploadReturnType (line 7) | type BeforeUploadReturnType = ReturnType; type ImgCropProps (line 9) | type ImgCropProps = { type EasyCropRef (line 76) | type EasyCropRef = { type EasyCropProps (line 82) | type EasyCropProps = {