export type Type = 'default' | 'primary' | 'success' | 'danger' | 'warning'
export type Size = 'small' | 'mini'
