同步最新的源代码

This commit is contained in:
ChenX
2023-02-17 09:40:24 +08:00
parent 6c7fce6930
commit 8f005232a8
229 changed files with 1036 additions and 436 deletions

5
types/Add-on/MatchProp.d.ts vendored Normal file
View File

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