Repository URL to install this package:
|
Version:
0.7.4+sf.2 ▾
|
export declare const convertHexToRGBA: (hexCode: string, opacity?: number) => string;
export declare const getGradientRGBAs: (hexColor?: string) => string[] | null;
export declare const isHexString: (color: string) => boolean;