UNPKG

hy-vue-gantt

Version:

Evolution of vue-ganttastic package

8 lines (7 loc) 366 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>; };