export interface BadgeConfig { attached?: 'top' | 'bottom' | 'top-left'| 'top-right' | 'top left' | 'top right' | 'bottom-left' | 'bottom-right' | 'bottom left' | 'bottom right'; }