UNPKG

@taiga-ui/addon-doc

Version:

Taiga UI based library for developing documentation portals for Angular libraries.

8 lines (7 loc) 359 B
import type { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TuiShowCleanerPipe implements PipeTransform { transform(type: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<TuiShowCleanerPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TuiShowCleanerPipe, "tuiShowCleanerPipe", true>; }