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