UNPKG

@storybook/nextjs

Version:

Storybook for Next.js: Develop, document, and test UI components in isolation

8 lines (6 loc) 384 B
// 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" />