UNPKG

ngx-dropzone-next

Version:

A highly configurable dropzone component for Angular.

11 lines (10 loc) 678 B
import { type SafeUrl } from '@angular/platform-browser'; import { NgxDropzonePreviewComponent } from '../ngx-dropzone-preview.component'; import * as i0 from "@angular/core"; export declare class NgxDropzoneVideoPreviewComponent extends NgxDropzonePreviewComponent { /** The video data source. */ protected readonly _sanitizedVideoSrc: import("@angular/core").WritableSignal<SafeUrl | null>; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<NgxDropzoneVideoPreviewComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgxDropzoneVideoPreviewComponent, "ngx-dropzone-video-preview", never, {}, {}, never, ["ngx-dropzone-label"], true, never>; }