UNPKG

@nebular/theme

Version:
3 lines (2 loc) 193 B
export declare type NbComponentStatus = 'basic' | 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'control'; export declare type NbComponentOrCustomStatus = NbComponentStatus | string;