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

19 lines
468 B
TypeScript
Raw Normal View History

2024-03-26 11:10:20 +08:00
import { Command } from '../Editor/CommandMachine';
/**
* copy
*
*
*
*
*
*
*
*
*
*
* ( )
*/
export declare class Command_Copy implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=Copy.d.ts.map