TextStyle type

TextStyle의 값을 정의합니다. 가능한 값은 'other', 'handwriting'입니다.

type TextStyle = "other" | "handwriting"