// 混合样式状态 export const STATE_LIST = ['default', 'active', 'selected', 'disabled', 'inactive'] as const;