``` `<InfoWindow google={window.google} map={mapState.map} marker={mapState.marker} visible={mapState.visible} content={'contetn'} > <div> <h3>{mapState.title}</h3> </div> </InfoWindow>` ``` InfoWindow is not accepting children. Error: Property 'children' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<InfoWindow> & Readonly<IInfoWindowProps>'