export type Size = 'tiny' | 'small' | 'medium' | 'large'; export type loadingStatus = 'none' | 'start' | 'success' | 'fail'; export type Type = 'default' | 'primary' | 'info' | 'success' | 'warning' | 'error';