ResizeBoxOptions

See source code
type ResizeBoxOptions = Partial<{
  maxHeight: number
  maxWidth: number
  minHeight: number
  minWidth: number
}>
Prev
RequiredKeys
Next
RotateCorner