webcad-api/types/Add-on/Break.d.ts
2020-09-24 11:04:12 +08:00

5 lines
172 B
TypeScript

import { Command } from "../Editor/CommandMachine";
export declare class Command_Break implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=Break.d.ts.map