5 lines
192 B
TypeScript
5 lines
192 B
TypeScript
import { Command } from "../Editor/CommandMachine";
|
|
export declare class Command_EraseLineAndArc implements Command {
|
|
exec(): Promise<void>;
|
|
}
|
|
//# sourceMappingURL=EraseLineAndArc.d.ts.map
|