@launchmenu/core
Version:
An environment for visual keyboard controlled applets
9 lines • 412 B
TypeScript
import { CSSObject } from "@emotion/serialize";
import { IHighlightTheme } from "./_types/IHighlightTheme";
/**
* Retrieves the json css styling for a particular highlight theme
* @param highlightTheme The highlight theme
* @returns The css json object
*/
export declare function getHighlightThemeStyle(highlightTheme: IHighlightTheme): CSSObject;
//# sourceMappingURL=getHighlightThemeStyle.d.ts.map