Cloud Zhang
2024-05-24 e9b3c9548c7701e3dc2cc88754f643ccbc447335
1
2
3
4
5
export enum SizeEnum {
  DEFAULT = 'default',
  SMALL = 'small',
  LARGE = 'large',
}