UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

14 lines 452 B
import { ITheme } from "./_types/ITheme"; import { IDataHook } from "model-react"; /** * Retrieves the globally loaded theme * @param hook The hook to subscribe to changes * @returns The loaded theme */ export declare function getTheme(hook?: IDataHook): ITheme; /** * Loads the given theme * @param theme The LaunchMenu theme to use */ export declare function loadTheme(theme: ITheme): void; //# sourceMappingURL=loadTheme.d.ts.map