同步代码,导出更多api

This commit is contained in:
ChenX
2022-07-06 14:26:16 +08:00
parent 711ad551c3
commit 9c3c5b422d
43 changed files with 819 additions and 288 deletions

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

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