UNPKG

@taiga-ui/legacy

Version:

Legacy Taiga UI entities from the previous major release to simplify migration

5 lines (4 loc) 150 B
/** * @deprecated: drop in v5.0 */ export type TuiStatus = 'custom' | 'default' | 'error' | 'info' | 'neutral' | 'primary' | 'success' | 'warning';