UNPKG

goobs-frontend

Version:

A comprehensive React-based libary for building modern web applications

9 lines 554 B
/** * Converts a hex color to rgba with the specified alpha value * @param color - Hex color code (e.g., '#FFD700') * @param opacity - Alpha value between 0 and 1 * @returns RGBA color string */ export declare function alpha(color: string, opacity: number): string; export { parsePhone, formatPhone, formatCurrency, parseCurrency, formatPercentage, parsePercentage, type CardType, detectCardType, formatCardNumber, parseCardNumber, luhnValidate, validateRoutingNumber, digitsOnly, maskTail, } from './formatters'; //# sourceMappingURL=index.d.ts.map