UNPKG
@mapbox/react-map-gl
Version:
latest (4.2.0-dev)
4.2.0-dev
4.0.0-beta.7-dev
A React wrapper for MapboxGL-js and overlay API.
github.com/mapbox/react-map-gl
mapbox/react-map-gl
@mapbox/react-map-gl
/
src
/
utils
/
transition
/
index.js
4 lines
(3 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
export
{
default
as
TransitionInterpolator
}
from
'./transition-interpolator'
;
export
{
default
as
ViewportFlyToInterpolator
}
from
'./viewport-fly-to-interpolator'
;
export
{
default
as
LinearInterpolator
}
from
'./linear-interpolator'
;