type ResizeBoxOptions = Partial<{ maxHeight: number maxWidth: number minHeight: number minWidth: number }>