UNPKG

@mapbox/mapbox-gl-style-spec

Version:

a specification for mapbox gl styles

7 lines (4 loc) 181 B
import spec from './v8.json'; // eslint-disable-next-line @typescript-eslint/no-explicit-any export type StyleReference = Record<any, any>; export default spec as StyleReference;