import { StyleImport } from '@rnmapbox/maps';
StyleImportUse StyleImport to set configuration options on the new standard style. V11 only.
stringrequired id of the style import (eg. basemap)
booleanrequired existing is now always required as true
type Config = {
[object Object]: string; /* FIX ME NO DESCRIPTION */
}required config is a dictionary of configuration options for the style import.
booleanrequired
whether to merge the style import with the existing style import config or replace it entirely. Defaults to false