UNPKG
mmr-gl-react
Version:
latest (0.0.12)
0.0.12
0.0.8
0.0.5
React components for MMR GL JS-compatible libraries
mmr-gl-react
/
dist
/
es5
/
utils
/
style-utils.d.ts
3 lines
(2 loc)
•
163 B
TypeScript
View Raw
1
2
3
import
{
ImmutableLike
,
MapStyle
}
from
'../types'
;
export
declare
function
normalizeStyle
(
style
:
string
|
MapStyle
|
ImmutableLike
<
MapStyle
>
):
string
|
MapStyle
;