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

6 lines
172 B
TypeScript

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