UNPKG

goobs-frontend

Version:

A comprehensive React-based libary for building modern web applications

8 lines 306 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; //# sourceMappingURL=index.d.ts.map