UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

4 lines (3 loc) 153 B
import { IHSV } from './interfaces'; /** Corrects an HSV color to fall within the valid range. */ export declare function correctHSV(color: IHSV): IHSV;