UNPKG

mmr-gl-react

Version:

React components for MMR GL JS-compatible libraries

3 lines (2 loc) 163 B
import { ImmutableLike, MapStyle } from '../types'; export declare function normalizeStyle(style: string | MapStyle | ImmutableLike<MapStyle>): string | MapStyle;