UNPKG

@icure/cardinal-prescription-be-angular

Version:

This is a Belgian-specific Angular application for healthcare professionals to manage electronic prescriptions with SAM. Created by iCure.

9 lines (8 loc) 503 B
import * as i0 from "@angular/core"; export type TextToIconColor = 'green' | 'orange' | 'red' | 'gray'; export declare class TextToIconComponent { text: string; color: TextToIconColor; static ɵfac: i0.ɵɵFactoryDeclaration<TextToIconComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TextToIconComponent, "cardinal-text-to-icon", never, { "text": { "alias": "text"; "required": true; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>; }