webcad-api/types/Add-on/Align.d.ts

6 lines
186 B
TypeScript
Raw Normal View History

2023-05-08 12:01:37 +08:00
import { Command } from "../Editor/CommandMachine";
export declare class Align implements Command {
exec(): Promise<void>;
private getPoint;
}
//# sourceMappingURL=Align.d.ts.map