UNPKG

@goongmaps/goong-map-react

Version:

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

7 lines (5 loc) 147 B
type MapboxStyle = string | { toJS?: Function, layers: Array<any> }; export function normalizeStyle(style?: MapboxStyle): null | MapboxStyle;