@skyux/indicators
Version:
This library was generated with [Nx](https://nx.dev).
19 lines (18 loc) • 822 B
TypeScript
import { AfterViewInit, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
/**
* Highlights all matching text within the current DOM element.
*/
export declare class SkyTextHighlightDirective implements OnChanges, AfterViewInit, OnDestroy {
#private;
/**
* The text to highlight.
*/
set skyHighlight(value: string | string[] | undefined);
readonly highlight = true;
ngOnChanges(changes: SimpleChanges): void;
ngAfterViewInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyTextHighlightDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SkyTextHighlightDirective, "[skyHighlight]", never, { "skyHighlight": { "alias": "skyHighlight"; "required": false; }; }, {}, never, never, true, never>;
}