django-vue3-admin-web/node_modules/@fast-crud/fast-extends/dist/d/uploader/index.umd.d.ts
2025-10-20 21:21:14 +08:00

8 lines
244 B
TypeScript

export * from "./type";
import { FsUploaderOptions } from "./d/type";
export * from "./components/libs/";
export * from "./components/utils";
export declare const FsExtendsUploader: {
install(app: any, options: FsUploaderOptions): void;
};