apphouse
Version:
Component library for React that uses observable state management and theme-able components.
7 lines (6 loc) • 392 B
TypeScript
/**
* helper function to apply theme main background and foreground color to the document body
* @param backgroundColor string color to be applied to the background of the document body
* @param foregroundColor string color to be applied to the foreground of the document body
*/
export declare function applyThemeColorsToHtmlBody(backgroundColor: string, foregroundColor: string): void;