/** * 布局大小枚举 */ export const enum SizeEnum { /** * 默认 */ DEFAULT = "default", /** * 大型 */ LARGE = "large", /** * 小型 */ SMALL = "small", }