This commit is contained in:
ChenX
2024-09-25 11:57:15 +08:00
parent acd7eaaca0
commit 20c3f892e7
2033 changed files with 2355 additions and 23125 deletions

View File

@@ -1,16 +0,0 @@
import { Command } from "../Editor/CommandMachine";
import { IConfigStore } from "../UI/Store/BoardStore";
export declare class DownLoadDConfig implements Command {
exec(): Promise<void>;
}
export declare class UpLoadConfig implements Command {
exec(): Promise<void>;
}
export declare class DownloadHoleOption implements Command {
exec(): Promise<void>;
}
export declare class UploadHoleOption implements Command {
exec(): Promise<void>;
}
export declare function ImportConfig(type: string, store: IConfigStore, newName: string, filter?: string, callback?: () => void): Promise<void>;
//# sourceMappingURL=LoadConfig.d.ts.map