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