UNPKG

@antv/f2

Version:

Charts for mobile visualization.

10 lines (9 loc) 328 B
export default function cubehelix(h: any, s: any, l: any, opacity: any, ...args: any[]): Cubehelix; export function Cubehelix(h: any, s: any, l: any, opacity: any): void; export class Cubehelix { constructor(h: any, s: any, l: any, opacity: any); h: number; s: number; l: number; opacity: number; }