UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

7 lines (6 loc) 250 B
import type { 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;