@sqlrooms/deck / DeckMapDefaultStylesProvider
Variable: DeckMapDefaultStylesProvider
constDeckMapDefaultStylesProvider:FC<PropsWithChildren<{styles:DeckMapDefaultStyles; }>>
Supplies host-owned, theme-aware basemap defaults without persisting them in individual map resources. The required styles object is keyed by light and/or dark. Explicit map styles and basemap callbacks take precedence.
Deprecated
Configure basemapProvider on createDeckMapsSlice or pass it directly to DeckJsonMap instead. Retained for backward compatibility.