| 123456789101112 |
- 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;
- };
|