@antv/f2
Version:
Charts for mobile visualization.
13 lines (12 loc) • 447 B
TypeScript
export const __esModule: boolean;
export default _default;
declare function _default(start: any, end: any): (t: any) => string;
declare namespace _default {
export { cubehelixGamma as gamma };
}
export function cubehelixLong(start: any, end: any): (t: any) => string;
export namespace cubehelixLong { }
declare function cubehelixGamma(y: number): {
(start: any, end: any): (t: any) => string;
gamma: (y: number) => any;
};