UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

3 lines (2 loc) 132 B
export declare const rgbToHex: (r: number, g: number, b: number) => string; export declare const hexToRgb: (hex: string) => string;