@sitecore/sc-contenthub-blok
Version:
A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).
8 lines (7 loc) • 629 B
TypeScript
import { type ColorShade } from "./colors";
export declare const btnFontWeight: "bold" | "normal" | number;
export declare const btnFontFamily: string;
export declare const btnTextTransform: "capitalize" | "full-size-kana" | "full-width" | "lowercase" | "none" | "uppercase";
export declare const buttonPadding = "0.375rem 0.75rem";
export declare const getGhostButtonBackgroundColor: (color: string, isDarkTheme: boolean, darkShade: ColorShade, lightShade: ColorShade) => string;
export declare const getSolidButtonBackgroundColor: (color: string, isDarkTheme: boolean, darkShade: ColorShade, lightShade: ColorShade) => string;