UNPKG

react-azure-maps-next-js

Version:
5 lines (4 loc) 231 B
import React from 'react'; import { IAzureMapPopup } from '../../types'; declare const AzureMapPopup: React.MemoExoticComponent<({ isVisible, popupContent, options, events }: IAzureMapPopup) => null>; export default AzureMapPopup;