ResizeBoxOptions
Public typealias
Signature
type ResizeBoxOptions = Partial<{
minWidth: number
maxWidth: number
minHeight: number
maxHeight: number
}>
Source
Public typealias
type ResizeBoxOptions = Partial<{
minWidth: number
maxWidth: number
minHeight: number
maxHeight: number
}>