UNPKG

@taiga-ui/legacy

Version:

Legacy Taiga UI entities from the previous major release to simplify migration

10 lines (9 loc) 601 B
import { type TuiSizeS } from '@taiga-ui/core/types'; import { TuiSelectOptionComponent } from '@taiga-ui/legacy/components/select-option'; import * as i0 from "@angular/core"; export declare class TuiMultiSelectOptionComponent<T extends any[]> extends TuiSelectOptionComponent<T> { protected get size(): TuiSizeS; protected get selected(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectOptionComponent<any>, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectOptionComponent<any>, "tui-multi-select-option", never, {}, {}, never, never, false, never>; }