8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
|
import { Command } from "../Editor/CommandMachine";
|
||
|
/**
|
||
|
* 画椭圆
|
||
|
*/
|
||
|
export declare class DrawEllipse implements Command {
|
||
|
exec(): Promise<void>;
|
||
|
}
|
||
|
//# sourceMappingURL=DrawEllipse.d.ts.map
|