2021-01-28 10:17:21 +08:00
|
|
|
import { Command } from "../Editor/CommandMachine";
|
|
|
|
export declare class Command_Break implements Command {
|
|
|
|
exec(): Promise<void>;
|
|
|
|
}
|
2022-05-26 11:06:27 +08:00
|
|
|
export declare class Command_BreakAll implements Command {
|
|
|
|
exec(): Promise<void>;
|
|
|
|
}
|
2021-01-28 10:17:21 +08:00
|
|
|
//# sourceMappingURL=Break.d.ts.map
|