RotateCorner
type RotateCorner =
| "bottom_left_rotate"
| "bottom_right_rotate"
| "mobile_rotate"
| "top_left_rotate"
| "top_right_rotate";Prev
RichTextFontVisitorNext
SafeIdtype RotateCorner =
| "bottom_left_rotate"
| "bottom_right_rotate"
| "mobile_rotate"
| "top_left_rotate"
| "top_right_rotate";