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

9 lines
265 B
TypeScript

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