mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 11:01:07 +08:00
8 lines
384 B
TypeScript
8 lines
384 B
TypeScript
// Reference necessary since Next.js 13.2.0, because types in `next/navigation` are not exported per default, but
|
|
// type references are dynamically created during Next.js start up.
|
|
// See https://github.com/vercel/next.js/commit/cdf1d52d9aed42d01a46539886a4bda14cb77a99
|
|
// for more insights.
|
|
|
|
/// <reference types="next" />
|
|
/// <reference types="next/navigation-types/navigation" />
|