刘光辉
11 小时以前 0dfe84494048ce27ba8449831782128412d3eb13
1
2
3
export const isValidComponentSize = (val: string): boolean => {
  return ['', 'default', 'large', 'small'].includes(val);
};