UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

3 lines (2 loc) 132 B
import type { RgbaFloat } from './isRgbaFloat.js'; export declare const hexToRgbaFloat: (hex: string, alpha?: number) => RgbaFloat;