@launchmenu/core
Version:
An environment for visual keyboard controlled applets
11 lines • 558 B
TypeScript
import { IHighlightTheme } from "./_types/IHighlightTheme";
import { IHighlightThemeInput } from "./_types/IHighlightThemeInput";
import { IBaseTheme } from "../_types/IBaseTheme";
/**
* Creates a new theme from the given input
* @param highlightTheme The highlighting styling
* @param baseTheme The base theme to use for the highlighting theme
* @returns The theme
*/
export declare function createHighlightTheme(highlightTheme: IHighlightThemeInput, baseTheme: IBaseTheme): IHighlightTheme;
//# sourceMappingURL=createHighlightTheme.d.ts.map