UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

7 lines (6 loc) 248 B
import { IColor } from './interfaces'; /** * Converts a color hue to an HTML color string (with # prefix). * This implementation ignores all components of `color` except hue. */ export declare function getFullColorString(color: IColor): string;