UNPKG

next-yandex-metrica-service

Version:
6 lines (5 loc) 143 B
type Options = { tagID: number | null; }; declare const useTrackRouteChange: ({ tagID }: Options) => void; export { useTrackRouteChange };