UNPKG

hy-vue-gantt

Version:

Evolution of vue-ganttastic package

8 lines 405 B
import type { ImportOptions, ImportResult } from "../types/import"; export declare function useImport(): { importFromFile: (file: File, options: ImportOptions) => Promise<ImportResult>; isImporting: import("vue").Ref<boolean, boolean>; importProgress: import("vue").Ref<number, number>; lastError: import("vue").Ref<string | null, string | null>; }; //# sourceMappingURL=useImport.d.ts.map