@launchmenu/core
Version:
An environment for visual keyboard controlled applets
12 lines • 693 B
TypeScript
import { IAppletConfig } from "../_types/IAppletConfig";
import { IIdentifiedSettingsConfig } from "../../../settings/_types/IIdentifiedSettingsConfig";
import { IJSON } from "../../../_types/IJSON";
import { IApplet } from "../_types/IApplet";
import { ISettingsFolderMenuItem } from "../../../settings/_types/ISettingsFolderMenuItem";
/**
* Declares the applet to be exported
* @param applet The applet to be type checked and exported
* @returns The same applet but now with a runtime identifier
*/
export declare function declare<S extends IIdentifiedSettingsConfig<IJSON, ISettingsFolderMenuItem>>(applet: IAppletConfig<S>): IApplet<S>;
//# sourceMappingURL=declare.d.ts.map