UNPKG

next-yandex-metrica

Version:
6 lines (5 loc) 177 B
import { NextRouter } from '../lib/types/router'; export declare const useTrackRouteChange: ({ tagID, router, }: { tagID: number | null; router: NextRouter; }) => void;