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