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

6 lines
179 B
TypeScript

export * from "./exports";
import { FsEditorConfig } from "@/editor/type/config";
export declare const FsExtendsEditor: {
install(app: any, options: FsEditorConfig): void;
};