UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 132 B
export type Color = { r: number; g: number; b: number; }; export declare function parseToRGB(c: string | Color): Color;