同步代码

This commit is contained in:
ChenX
2023-08-07 14:56:19 +08:00
parent b535db4ba8
commit 2adf047675
244 changed files with 3542 additions and 1255 deletions

View File

@@ -3,6 +3,14 @@ import { Command } from "../Editor/CommandMachine";
export declare class Print implements Command {
exec(): Promise<void>;
}
/**
* 添加页眉部分,高40px
*/
export declare function CreatePageHeaderHTML(): HTMLDivElement;
/**
* 添加页脚部分,高40px
*/
export declare function CreatePageFooterHTML(): HTMLDivElement;
export declare function GetPrintWindow(): Window;
export declare function GetImgElement(ens: Entity[], isOneKeyPrint?: boolean, isReset?: boolean): Promise<HTMLDivElement>;
//# sourceMappingURL=Print.d.ts.map