UNPKG

storybook-framework-cedarjs

Version:

Storybook for CedarJS

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