Ben Lin
2024-06-18 c3e294ff76aff4654c7218645c7a13b539f66a36
1
2
3
4
5
export enum SizeEnum {
  DEFAULT = 'default',
  SMALL = 'small',
  LARGE = 'large',
}