@antv/f2
Version:
Charts for mobile visualization.
12 lines (11 loc) • 383 B
TypeScript
export const __esModule: boolean;
export default 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;
}
declare function cubehelix(h: any, s: any, l: any, opacity: any, ...args: any[]): Cubehelix;