UNPKG

@iotize/ionic

Version:

Iotize specific building blocks on top of @ionic/angular.

8 lines (7 loc) 351 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TapRequestPipe implements PipeTransform { transform(value: any, args?: any): string; static ɵfac: i0.ɵɵFactoryDeclaration<TapRequestPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TapRequestPipe, "tapRequest", false>; }