@syntest/core
Version:
The common core of the SynTest Framework
10 lines • 438 B
TypeScript
import { Encoding } from "..";
import { PluginManager } from "../plugin/PluginManager";
import { UserInterface } from "../ui/UserInterface";
/**
* Factory for creating an instance of a specific user interface from the config.
*
* @author Dimitri Stallenberg
*/
export declare function createUserInterfaceFromConfig<T extends Encoding>(pluginManager: PluginManager<T>): UserInterface;
//# sourceMappingURL=UserInterfaceFactory.d.ts.map