UNPKG

maplibre-gl-js-amplify

Version:

MapLibre Plugin to Support Amplify Geo Integration

3 lines (2 loc) 396 B
import { PopupRenderFunction, UnclusteredOptions } from './types'; export declare function getPopupRenderFunction(unclusteredLayerId: string, { popupBackgroundColor: background, popupBorderColor: borderColor, popupBorderWidth: borderWidth, popupFontColor: fontColor, popupPadding: padding, popupBorderRadius: radius, popupTitleFontWeight: fontWeight, }: UnclusteredOptions): PopupRenderFunction;