UNPKG

@googlemap-react/core

Version:
8 lines (7 loc) 337 B
import React from 'react'; import { InfoWindowProps } from '../common/types'; declare const InfoWindow: { ({ anchorId, opts, visible, children, onCloseClick, onContentChanged, onDOMReady, onPositionChanged, onZIndexChanged, }: InfoWindowProps): React.ReactPortal | null; displayName: string; }; export default InfoWindow;