@wizco/fenixds-ngx
Version:
Componentes fenix design system para Angular.
18 lines • 1.08 kB
TypeScript
import { AfterViewInit, ElementRef } from '@angular/core';
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
import * as i0 from "@angular/core";
export declare class SmartSelectOptionComponent implements AfterViewInit {
private el;
private sanitizer;
value: any;
label: string;
iconPrefix: string;
disabled: boolean;
viewOnly: boolean;
safeHtmlContent: SafeHtml | undefined;
constructor(el: ElementRef, sanitizer: DomSanitizer);
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SmartSelectOptionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SmartSelectOptionComponent, "wco-smart-select-option", never, { "value": { "alias": "value"; "required": false; }; "label": { "alias": "label"; "required": false; }; "iconPrefix": { "alias": "iconPrefix"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "viewOnly": { "alias": "viewOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
}
//# sourceMappingURL=smart-select-options.component.d.ts.map