UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

7 lines (6 loc) 148 B
export declare const rgbaFloatToHex: ({ r, g, b, a }: { r: number; g: number; b: number; a?: number; }, alpha?: boolean) => string;