@launchmenu/core
Version:
An environment for visual keyboard controlled applets
12 lines • 594 B
TypeScript
import { IThemeInput } from "./_types/IThemeInput";
import { ITheme } from "./_types/ITheme";
import { IHighlightThemeInput } from "./highlighting/_types/IHighlightThemeInput";
import { IHighlightTheme } from "./highlighting/_types/IHighlightTheme";
/**
* Creates a new theme from the given input
* @param themeInput The theme input data
* @param highlightTheme The highlighting styling
* @returns The theme
*/
export declare function createTheme(themeInput: IThemeInput, highlightTheme: IHighlightThemeInput | IHighlightTheme): ITheme;
//# sourceMappingURL=createTheme.d.ts.map