UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

19 lines (18 loc) 818 B
import { NgClass } from '@angular/common'; import { OnDestroy, OnInit } from '@angular/core'; import { DokuSelect } from './select.component'; import * as i0 from "@angular/core"; export declare class DokuSelectOption implements OnDestroy, OnInit { private select?; protected readonly classes: NgClass['ngClass']; value: string; disabled: boolean; protected isSelected: boolean; private destroy$; constructor(select?: DokuSelect | undefined); ngOnInit(): void; ngOnDestroy(): void; private watchSelectedValue; static ɵfac: i0.ɵɵFactoryDeclaration<DokuSelectOption, [{ optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DokuSelectOption, "doku-select-option", ["dokuSelectOption"], { "value": "value"; "disabled": "disabled"; }, {}, never, ["*"], true>; }