Geomap: fix esri server config (#37283)

This commit is contained in:
Ryan McKinley
2021-07-27 22:26:42 -07:00
committed by GitHub
parent ee51df3715
commit 5f41c2f334
3 changed files with 9 additions and 11 deletions

View File

@@ -102,5 +102,5 @@ export interface MapLayerRegistryItem<TConfig = MapLayerOptions> extends Registr
/**
* Show custom elements in the panel edit UI
*/
registerOptionsUI?: (builder: PanelOptionsEditorBuilder<TConfig>) => void;
registerOptionsUI?: (builder: PanelOptionsEditorBuilder<MapLayerOptions<TConfig>>) => void;
}