2021-01-28 10:17:21 +08:00
|
|
|
import { Command } from '../Editor/CommandMachine';
|
|
|
|
export declare class ZoomE implements Command {
|
|
|
|
exec(): Promise<void>;
|
|
|
|
}
|
2022-02-16 11:15:31 +08:00
|
|
|
export declare class Command_ZoomObject implements Command {
|
|
|
|
exec(): Promise<void>;
|
|
|
|
}
|
2021-01-28 10:17:21 +08:00
|
|
|
//# sourceMappingURL=ZoomE.d.ts.map
|