RotateCorner
See source codetype RotateCorner =
  | 'bottom_left_rotate'
  | 'bottom_right_rotate'
  | 'mobile_rotate'
  | 'top_left_rotate'
  | 'top_right_rotate'Prev
RequiredKeysNext
SafeIdtype RotateCorner =
  | 'bottom_left_rotate'
  | 'bottom_right_rotate'
  | 'mobile_rotate'
  | 'top_left_rotate'
  | 'top_right_rotate'