Appearance
展开
export type TagColors = 'default' | 'primary' | 'warning' | 'danger'; export type TagSize = 'sm' | 'md' | 'lg';