UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

4 lines (3 loc) 154 B
import { IRGB } from './interfaces'; /** Corrects an RGB color to fall within the valid range. */ export declare function correctRGB(color: IRGB): IRGB;