yanzhen-design-vue
Version:
30 lines (29 loc) • 962 B
JavaScript
import { withInstall } from "@yanzhen-lowcode/core";
import "./src/upload.vue.mjs";
import "./src/upload-image-preview.vue.mjs";
import "./src/upload-file-preview.vue.mjs";
import { AntUpload, uploadEmits, uploadName, uploadOptions, uploadPreviewName, uploadProps } from "./src/upload.mjs";
import "./src/hooks/index.mjs";
import "./src/types.mjs";
import { YzSchemaPreviewUpload, YzSchemaUpload } from "./schema.mjs";
import _sfc_main from "./src/upload.vue2.mjs";
import _sfc_main$1 from "./src/upload-image-preview.vue2.mjs";
import _sfc_main$2 from "./src/upload-file-preview.vue2.mjs";
import { useUploadRules } from "./src/hooks/use-upload-rules.mjs";
const YzUpload = withInstall(_sfc_main, {
ImagePreview: _sfc_main$1,
FilePreview: _sfc_main$2
});
export {
AntUpload,
YzSchemaPreviewUpload,
YzSchemaUpload,
YzUpload,
YzUpload as default,
uploadEmits,
uploadName,
uploadOptions,
uploadPreviewName,
uploadProps,
useUploadRules
};