UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

12 lines 618 B
import { IMenuItem } from "../../../../../menus/items/_types/IMenuItem"; import { IHomeContentOption } from "./_types/IHomeContentOptions"; import { IHomeContentSetting } from "./_types/IHomeContentSetting"; /** * Creates a new content setting menu item * @param initOptions The initial content options, should contain at least 1 default option * @returns The menu item and home content setting */ export declare function createHomeContentSetting(initOptions: { 0: IHomeContentOption; } & IHomeContentOption[]): IHomeContentSetting & IMenuItem; //# sourceMappingURL=createHomeContentSetting.d.ts.map