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