UNPKG

@goongmaps/goong-map-react

Version:

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

14 lines (12 loc) 371 B
/** * Flowtype definitions for transition-utils * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ declare export function mod(value: number, divisor: number): number; declare export function isValid(prop: any): boolean; declare export function getEndValueByShortestPath( propName: string, startValue: number, endValue: number ): number;