UNPKG

@eternalheart/ngx-file-preview

Version:

A powerful Angular file preview component library supporting multiple file formats including images, videos, PDFs, Office documents, text files and more.

12 lines (11 loc) 462 B
import { PipeTransform } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class MarkdownPipe implements PipeTransform { private sanitizer; private md; constructor(sanitizer: DomSanitizer); transform(value: string): any; static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<MarkdownPipe, "markdown", true>; }