UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

17 lines 761 B
import { ElementRef, TemplateRef } from '@angular/core'; import { Highlightable } from '@angular/cdk/a11y'; import * as i0 from "@angular/core"; export declare class TlListItem implements Highlightable { item: any; disabled: boolean; grouped: boolean; height: string; template: TemplateRef<any>; selected: boolean; element: ElementRef; setActiveStyles(): void; setInactiveStyles(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TlListItem, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TlListItem, "tl-list-item", ["listItem"], { "item": "item"; "disabled": "disabled"; "grouped": "grouped"; "height": "height"; "template": "template"; }, {}, never, never, false, never>; } //# sourceMappingURL=list-item.d.ts.map