@ux-aspects/ux-aspects
Version:
Open source user interface framework for building modern, responsive, mobile big data applications
9 lines (8 loc) • 487 B
TypeScript
import * as i0 from "@angular/core";
export declare class TypeaheadHighlightDirective {
private readonly _service;
private readonly _elementRef;
set highlight(value: boolean);
static ɵfac: i0.ɵɵFactoryDeclaration<TypeaheadHighlightDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TypeaheadHighlightDirective, "[uxTypeaheadHighlight]", never, { "highlight": { "alias": "uxTypeaheadHighlight"; "required": false; }; }, {}, never, never, false, never>;
}