1234567891011 |
- declare function _default(start: any, end: any): (t: any) => string;
- declare namespace _default {
- export { rgbGamma as gamma };
- }
- export default _default;
- export function rgbBasis(colors: any): (t: any) => string;
- export function rgbBasisClosed(colors: any): (t: any) => string;
- declare function rgbGamma(y: number): {
- (start: any, end: any): (t: any) => string;
- gamma: (y: number) => any;
- };
|