UNPKG

@taiga-ui/kit

Version:
21 lines (20 loc) 785 B
import { TuiSizeL, TuiSizeS, TuiSizeXS, TuiSizeXXL } from '@taiga-ui/core'; import { TuiStatus } from '@taiga-ui/kit/enums'; import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus'; export declare class TuiBadgedContentComponent { contentTop: PolymorpheusContent; contentBottom: PolymorpheusContent; size: TuiSizeXS | TuiSizeXXL; colorTop: string; colorBottom: string; rounded: boolean; get topNotification(): string; get bottomNotification(): string; get badgeSize(): TuiSizeS | TuiSizeL; get badgeHidden(): boolean; get sizeBig(): boolean; get boxShadow(): string; contentIsNumber(content: PolymorpheusContent): boolean; contentIsString(content: PolymorpheusContent): boolean; getStatus(color: string): TuiStatus; }