cubehelix.d.ts 401 B

1234567891011
  1. declare function _default(start: any, end: any): (t: any) => string;
  2. declare namespace _default {
  3. export { cubehelixGamma as gamma };
  4. }
  5. export default _default;
  6. export function cubehelixLong(start: any, end: any): (t: any) => string;
  7. export namespace cubehelixLong { }
  8. declare function cubehelixGamma(y: number): {
  9. (start: any, end: any): (t: any) => string;
  10. gamma: (y: number) => any;
  11. };