UNPKG

ngx-surveys

Version:
13 lines (12 loc) 697 B
import { EventEmitter, OnInit } from '@angular/core'; import { SurveyFile } from '../../form-item'; import * as i0 from "@angular/core"; export declare class FileListItemFileComponent implements OnInit { file: SurveyFile; allowDelete: boolean; onDelete: EventEmitter<SurveyFile>; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FileListItemFileComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FileListItemFileComponent, "ammo-file-list-item-file", never, { "file": { "alias": "file"; "required": false; }; "allowDelete": { "alias": "allowDelete"; "required": false; }; }, { "onDelete": "onDelete"; }, never, never, false, never>; }