@goongmaps/goong-map-react
Version:
A fork of react-map-gl. React components for Goong JS
10 lines (8 loc) • 319 B
Flow
/**
* Flowtype definitions for math-utils
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
*/
declare export function equals(a: any, b: any): boolean;
declare export function clamp(value: number, min: number, max: number): number;
declare export function lerp(a: any, b: any, t: number): any;