UNPKG

react-bkoi-gl

Version:

React components for Barikoi GL JS

4 lines (3 loc) 258 B
import type { StyleSpecification } from "../types/style-spec"; import type { ImmutableLike } from "../types/common"; export declare function normalizeStyle(style: string | StyleSpecification | ImmutableLike<StyleSpecification>): string | StyleSpecification;