UNPKG

foxact

Version:

React Hooks/Utils done right. For browser, SSR, and React Server Components.

5 lines (3 loc) 155 B
/** @see https://foxact.skk.moe/use-next-pathname */ declare function useNextPathname(ensureTrailingSlash?: boolean): string; export { useNextPathname };