export type SizesModifiers = 'small' | 'medium' | 'large'; export type ColorsModifiers = 'primary' | 'danger' | 'warning' | 'success' | 'info'; export type GlobalPositions = 'top-right' | 'top' | 'top-left' | 'bottom-right' | 'bottom' | 'bottom-left';