@goongmaps/goong-map-react
Version:
A fork of react-map-gl. React components for Goong JS
15 lines (13 loc) • 312 B
Flow
/**
* Flowtype definitions for style-utils
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
*/
declare type MapboxStyle =
| string
| {
toJS?: Function,
layers: Array<any>,
...
};
declare export function normalizeStyle(style?: MapboxStyle): null | MapboxStyle;