children | 
          
            union
           | 
          Yes | 
          Pass components as children of Provider component | 
           | 
        
        
  
        
          contextProps | 
          
            object
           | 
          No | 
          Add any custom props to context and they will be passed to all components wrapped by connectToContext | 
          {} | 
        
        
  
        
          groups | 
          
            arrayOf
           | 
          No | 
          Nested arrays of ids grouped together to syncronize events across multiple maps | 
          [] | 
        
        
  
        
          mapsConfig | 
          
            array
           | 
          Yes | 
          Array of map config objects | 
           | 
        
        
  
        
          onMapsInit | 
          
            func
           | 
          No | 
          callback called with array of map objects after all multimaps have been created | 
          () => {} | 
        
        
  
        
          translations | 
          
            object
           | 
          No | 
          Object with key/value pairs for component translation strings | 
          function() |