UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

3 lines (2 loc) 147 B
/** Converts RGB components to a hex color string (without # prefix). */ export declare function rgb2hex(r: number, g: number, b: number): string;