2020-09-24 11:04:12 +08:00
|
|
|
import { Command } from '../Editor/CommandMachine';
|
|
|
|
export declare class DrawLine implements Command {
|
|
|
|
exec(): Promise<void>;
|
|
|
|
}
|
2020-12-08 17:45:14 +08:00
|
|
|
export declare class Command_DrawXLine implements Command {
|
|
|
|
exec(): Promise<void>;
|
|
|
|
}
|
2020-09-24 11:04:12 +08:00
|
|
|
//# sourceMappingURL=DrawLine.d.ts.map
|