UNPKG

@goongmaps/goong-map-react

Version:

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

12 lines (10 loc) 278 B
/** * Flowtype definitions for map-constraints * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import type { ViewState } from "../goong/goong"; declare export function checkVisibilityConstraints( props: ViewState, constraints?: any ): boolean;