1import React from 'react'; 2/** 3 * Ground Overlay component of Expo Maps library. 4 * 5 * Draws custom ground overlays on ExpoMap. 6 * This component should be ExpoMap component child to work properly. 7 * 8 * See {@link OverlayProps} for more details. 9 */ 10export class Overlay extends React.Component { 11 render() { 12 return null; 13 } 14} 15//# sourceMappingURL=Overlay.js.map