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.

6 lines (3 loc) 166 B
import * as _NextImage from 'next/image'; declare const defaultLoader: ({ src, width, quality, }: _NextImage.ImageLoaderProps) => string; export { defaultLoader };