Public typealias

Signature
type RotateCorner =
  | 'bottom_left_rotate'
  | 'bottom_right_rotate'
  | 'mobile_rotate'
  | 'top_left_rotate'
  | 'top_right_rotate'
Source

packages/editor/src/lib/primitives/Box.ts

ROTATE_CORNER_TO_SELECTION_CORNERrotateSelectionHandle