UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

11 lines 615 B
import { IJSON } from "../_types/IJSON"; import { IIdentifiedSettingsConfig } from "./_types/IIdentifiedSettingsConfig"; import { ISettingsConfig } from "./_types/ISettingsConfig"; import { ISettingsFolderMenuItem } from "./_types/ISettingsFolderMenuItem"; /** * Type checks the specified settings and adds an identifier * @param Config The settings config * @returns The config with an identifier */ export declare function createSettings<V extends IJSON, F extends ISettingsFolderMenuItem>(config: ISettingsConfig<V, F>): IIdentifiedSettingsConfig<V, F>; //# sourceMappingURL=createSettings.d.ts.map