UNPKG

nextjs13-router-events

Version:

Provides NextJS 13 router events compatible with the App Router

7 lines (6 loc) 206 B
declare type CallbackOptions = { onRouteChangeStart?: Function; onRouteChangeComplete?: Function; }; declare const useRouteChange: (options: CallbackOptions) => void; export default useRouteChange;