UNPKG
@visx/scale
Version:
alpha (0.0.200-alpha.0)
latest (3.12.0)
next (3.2.0-alpha.0)
prerelease (1.3.0-alpha.0)
3.12.0
3.5.0
3.3.0
3.2.0
3.2.0-alpha.0
3.0.0
2.18.0
2.17.0
2.17.0-alpha.0
2.2.2
2.1.2
2.1.0
1.14.0
1.11.1
1.7.0
1.6.1
1.4.0
1.3.0
1.3.0-alpha.0
1.1.0
1.0.0
0.0.200-alpha.0
visx scale
github.com/airbnb/visx
airbnb/visx
@visx/scale
/
lib
/
types
/
ScaleInterpolate.d.ts
6 lines
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
type
ScaleInterpolate
=
'rgb'
|
'lab'
|
'hcl'
|
'hsl'
|
'hsl-long'
|
'hcl-long'
|
'cubehelix'
|
'cubehelix-long'
;
export
interface
ScaleInterpolateParams
{
type
:
'rgb'
|
'cubehelix'
|
'cubehelix-long'
;
gamma
?:
number
; }
//# sourceMappingURL=ScaleInterpolate.d.ts.map