UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

5 lines (4 loc) 177 B
import { KoalaAlertEnum } from './koala.alert.enum'; export declare class KoalaRequestCodeToAlertEnumTranslate { static translate(statusCode: number): KoalaAlertEnum; }