UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

3 lines (2 loc) 147 B
/** Converts HSV components to a hex color string (without # prefix). */ export declare function hsv2hex(h: number, s: number, v: number): string;