UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

18 lines (17 loc) 768 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** * @smeDoc {@label HighlightPipe @id smeHighlight} * * @overview * @file {@filepath ./examples/highlight-overview.md} * * @example {@label Example enum Converter @id highlight-example } * @file {@filename component.html @filepath ./examples/highlight-example.component.html} * @file {@filename component.ts @filepath ./examples/highlight-example.component.ts} */ export declare class HighlightPipe implements PipeTransform { transform(attribute: any, search: string, highlightClass?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<HighlightPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<HighlightPipe, "smeHighlight", false>; }