UNPKG

@elsikora/x-captcha-react

Version:

React components for X-Captcha service

7 lines (6 loc) 234 B
/** * Calculate hover background color for a button * @param {string} baseColor - Base color to darken * @returns {string} The hover background color */ export declare const GetHoverBackgroundColor: (baseColor: string) => string;