6 lines
212 B
TypeScript
6 lines
212 B
TypeScript
import { Command } from "../Editor/CommandMachine";
|
|
export declare class Command_SetLineOCS implements Command {
|
|
exec(): Promise<void>;
|
|
private UpdateUCS;
|
|
}
|
|
//# sourceMappingURL=CommandSetLineOCS.d.ts.map
|