UNPKG

@dangl/angular-ava

Version:

[![Node version](https://img.shields.io/npm/v/@dangl/angular-ava)](https://www.npmjs.com/package/@dangl/angular-ava)

9 lines (8 loc) 466 B
import { PipeTransform } from '@angular/core'; import { AttachmentMimeType } from '../model'; import * as i0 from "@angular/core"; export declare class InvoiceAttachmentMimeTypePipe implements PipeTransform { transform(attachmentMimeType: AttachmentMimeType): string; static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceAttachmentMimeTypePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<InvoiceAttachmentMimeTypePipe, "invoiceAttachmentMimeType", true>; }