snowstorm
    Preparing search index...
    • Parameters

      • globe: any

      Returns {
          attach: (geoJson: any, useHovers?: boolean, isMobile?: boolean) => void;
          checkHexResolution: (altitude: any) => void;
          getStore: () => {
              hoveredCountry: string;
              hovoredHex: null;
              selectedHex: null;
          };
      }