papi-dts
    Preparing search index...
    • Custom hook that provides synchronized recent scripture references across all components. This hook automatically syncs with localStorage changes from other components.

      Returns {
          addRecentScriptureRef: (newRef: SerializedVerseRef) => void;
          recentScriptureRefs: SerializedVerseRef[];
      }