2021-01-28 10:17:21 +08:00
|
|
|
import { Command } from "../Editor/CommandMachine";
|
2022-02-16 11:15:31 +08:00
|
|
|
import { IConfigStore } from "../UI/Store/BoardStore";
|
2021-01-28 10:17:21 +08:00
|
|
|
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>;
|
|
|
|
}
|
2023-03-15 16:40:54 +08:00
|
|
|
export declare function ImportConfig(type: string, store: IConfigStore, newName: string, filter?: string, callback?: () => void): Promise<void>;
|
2021-01-28 10:17:21 +08:00
|
|
|
//# sourceMappingURL=LoadConfig.d.ts.map
|