8 lines
224 B
TypeScript
8 lines
224 B
TypeScript
import { Command } from '../Editor/CommandMachine';
|
|
/**
|
|
* 测试绘制对象的夹点.
|
|
*/
|
|
export declare class DrawGripStretch implements Command {
|
|
exec(): Promise<void>;
|
|
}
|
|
//# sourceMappingURL=DrawGripStretch.d.ts.map
|