UNPKG

@brizy/ui

Version:
3 lines (2 loc) 172 B
export declare const hexToRgba: (hex: string, opacity: number) => string | undefined; export declare const hexToRgb: (hex: string) => [number, number, number] | undefined;