UNPKG

@devlander/colors

Version:

Color utility package used between packages

8 lines (7 loc) 156 B
export interface HexObject { r: string; g: string; b: string; a: string; } export declare const parseHex: (hexString: string) => HexObject;