UNPKG

nextjs-router-events

Version:

A router events alternative for Next.js 13+ with app directory with the ability to prevent user navigation.

5 lines (4 loc) 116 B
import React from 'react'; export declare const RouteChangesProvider: React.FC<{ children: React.ReactNode; }>;