更新代码
This commit is contained in:
8
types/Add-on/DrawGripStretch.d.ts
vendored
Normal file
8
types/Add-on/DrawGripStretch.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Command } from '../Editor/CommandMachine';
|
||||
/**
|
||||
* 测试绘制对象的夹点.
|
||||
*/
|
||||
export declare class DrawGripStretch implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=DrawGripStretch.d.ts.map
|
Reference in New Issue
Block a user