同步代码

This commit is contained in:
ChenX
2023-09-09 17:26:43 +08:00
parent f1a1373831
commit 05589d99d5
133 changed files with 752 additions and 407 deletions

6
types/Common/CommandSetLineOCS.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
import { Command } from "../Editor/CommandMachine";
export declare class Command_SetLineOCS implements Command {
exec(): Promise<void>;
private UpdateUCS;
}
//# sourceMappingURL=CommandSetLineOCS.d.ts.map