UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

14 lines (13 loc) 242 B
export interface IColor { hex: string; hexWithAlpha: string; style: string; styleWithAlpha: string; opacity: number; } export interface IRgbaHex { r: string; g: string; b: string; a: string; }