UNPKG

@surveycake/rc

Version:

react component of surveycake

5 lines (4 loc) 154 B
/** * Converts a color from CSS hex format to CSS rgba format. */ export declare function hexToRgba(originColor: string, opacity?: number): string;