共用方式為


SizeTypes type

定義 SizeTypes 的值。 可能的值包括:'Small'、'Medium'、'Large'

type SizeTypes = "Small" | "Medium" | "Large"