UNPKG

@c10t/nice-component-library

Version:

nice-component-library

10 lines (9 loc) 331 B
import { Observable } from "rxjs"; export declare class DialogImportFileConfigModel { downloadTemplateFunc?: () => void; importFunc?: (file: File | undefined) => Observable<any>; downloadErrorFile?: (errorImportExcelUrl: String) => void; confirmMsgKey: string; successMsgKey: string; errorMsgKey: string; }