UNPKG

react-azure-maps-next-js

Version:
5 lines (4 loc) 273 B
import atlas from 'azure-maps-control'; import { IAzureMapPopup } from '../../types'; export declare const useCreatePopup: ({ options, popupContent, isVisible }: Pick<IAzureMapPopup, 'popupContent' | 'options' | 'isVisible'>) => atlas.Popup; export default useCreatePopup;