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

7 lines
271 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
import { Command } from '../Editor/CommandMachine';
2020-10-15 10:22:20 +08:00
import { UpdateEntityDrawTask } from './UpdateEntityDrawTask';
2020-09-24 11:04:12 +08:00
export declare class Command_Copy implements Command {
exec(): Promise<void>;
2020-10-15 10:22:20 +08:00
UpdateTask: UpdateEntityDrawTask;
2020-09-24 11:04:12 +08:00
}
//# sourceMappingURL=Copy.d.ts.map