UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

7 lines (6 loc) 245 B
import { IColor } from './interfaces'; /** * Gets a color with the given transparency value and the same other components as `color`. * Does not modify the original color. */ export declare function updateT(color: IColor, t: number): IColor;