rovalra
    Preparing search index...

    Function createInventoryOverlay

    • Parameters

      • options: any

      Returns {
          addItems: (items: any, thumbnailCache: any, itemConfig: any) => void;
          clearItems: () => void;
          close: () => void;
          setEmpty: (message?: string) => void;
          setLoading: (message?: string) => void;
          show: () => void;
      }