blockui-components
Version:
Various UI-Components for Angular (V.19)
12 lines (11 loc) • 666 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SelectOptionComponent {
label: string;
value: string;
selected: boolean;
optionSelected: EventEmitter<string>;
selectOption(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "block-select-option", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "optionSelected": "optionSelected"; }, never, never, true, never>;
}