webcad-api/types/Common/CommandFlipZMatrix.d.ts

5 lines
191 B
TypeScript
Raw Normal View History

2023-08-16 15:05:08 +08:00
import { Command } from "../Editor/CommandMachine";
export declare class Command_FlipZMatrix implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=CommandFlipZMatrix.d.ts.map