export type ButtonType = 'primary' | 'danger' | 'success' | 'warning' | ''; export type ButtonSize = 'large' | 'small' | 'mini' | ''; export type ButtonGroupDirection = 'horizontal' | 'vertical';