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