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