UNPKG

storybook-framework-redwoodjs-vite

Version:

Storybook for RedwoodJS with Vite

8 lines 305 B
import type { PluginOption } from 'vite'; type Options = { include?: string | RegExp | (string | RegExp)[]; exclude?: string | RegExp | (string | RegExp)[]; }; export declare function reactDocgen({ include, exclude, }?: Options): PluginOption; export {}; //# sourceMappingURL=react-docgen.d.ts.map