UNPKG

@taiga-ui/kit

Version:
7 lines (6 loc) 171 B
/** * Converts a string to an HSL color * @param value string to convert * @return HSL color string */ export declare function stringHashToHsl(value: string): string;