next-env.d.ts 384 B

1234567
  1. // Reference necessary since Next.js 13.2.0, because types in `next/navigation` are not exported per default, but
  2. // type references are dynamically created during Next.js start up.
  3. // See https://github.com/vercel/next.js/commit/cdf1d52d9aed42d01a46539886a4bda14cb77a99
  4. // for more insights.
  5. /// <reference types="next" />
  6. /// <reference types="next/navigation-types/navigation" />