in src/popupRender.ts [6:16]
export function getPopupRenderFunction(
unclusteredLayerId: string,
{
popupBackgroundColor: background = COLOR_WHITE,
popupBorderColor: borderColor = POPUP_BORDER_COLOR,
popupBorderWidth: borderWidth = 2,
popupFontColor: fontColor = COLOR_BLACK,
popupPadding: padding = 20,
popupBorderRadius: radius = 4,
popupTitleFontWeight: fontWeight = "bold",
}: UnclusteredOptions