UNPKG

vite-plugin-storybook-nextjs

Version:

This is a Vite plugin that allows you to use Next.js features in Vite. It is the basis for `@storybook/experimental-nextjs-vite` and should be used when running portable stories in Vitest.

7 lines (4 loc) 173 B
import { createContext } from 'next/dist/compiled/react'; // src/plugins/next-image/alias/image-context.tsx var ImageContext = createContext({}); export { ImageContext };