UNPKG

@goongmaps/goong-map-react

Version:

A fork of react-map-gl. React components for Goong JS

15 lines (13 loc) 383 B
/** * Flowtype definitions for linear-interpolator * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import TransitionInterpolator from "./transition-interpolator"; declare export default class LinearInterpolator mixins TransitionInterpolator { constructor(opts?: { transitionProps?: Array<string>, around?: Array<number>, ... }): this; }