UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

4 lines (3 loc) 192 B
import type { IRGB } from './interfaces'; /** Converts HSL components to an RGB color. Does not set the alpha value. */ export declare function hsl2rgb(h: number, s: number, l: number): IRGB;