hy-vue-gantt
Version:
Evolution of vue-ganttastic package
19 lines (18 loc) • 882 B
TypeScript
import type { ImportFormat, ImportResult } from "../types/import";
type __VLS_Props = {
modelValue?: boolean;
title?: string;
defaultFormat?: ImportFormat;
allowedFormats?: ImportFormat[];
};
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
close: () => any;
"update:modelValue": (value: boolean) => any;
import: (value: ImportResult) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onClose?: (() => any) | undefined;
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
onImport?: ((value: ImportResult) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;