UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

11 lines 545 B
import { IRenderableSettingsTree } from "../_types/IRenderableSettingsTree"; import { TSettingsTree } from "../_types/TSettingsTree"; /** * Flattens the renderable settings structure in order to only be left with the settings themselves * @param renderableSettings The renderable settings to extract the settings from * @returns The settings tree */ export declare function extractSettings<T extends IRenderableSettingsTree>(renderableSettings: { children: T; }): TSettingsTree<T>; //# sourceMappingURL=extractSettings.d.ts.map