UNPKG

storybook-addon-module-mock

Version:

[![](https://img.shields.io/npm/l/storybook-addon-module-mock)](https://www.npmjs.com/package/storybook-addon-module-mock) [![](https://img.shields.io/npm/v/storybook-addon-module-mock)](https://www.npmjs.com/package/storybook-addon-module-mock) [![](http

8 lines (7 loc) 236 B
import { Compiler } from 'webpack'; import { AddonOptions } from '../types.js'; export declare class ImportWriterPlugin { private options?; constructor(options?: AddonOptions | undefined); apply(compiler: Compiler): void; }