React Corsair - v0.0.11
    Preparing search index...

    Type Alias PrefetchTrigger

    PrefetchTrigger: (prefetch: () => void) => (() => void) | void

    A callback that triggers a location prefetch.

    Type Declaration

      • (prefetch: () => void): (() => void) | void
      • Parameters

        • prefetch: () => void

          A callback that start prefetch.

        Returns (() => void) | void

        An optional callback that destroys prefetch trigger.