UNPKG

@storybook/addon-styling-webpack

Version:

A base addon for configuring popular styling tools in Webpack

13 lines (8 loc) 348 B
import { Configuration, RuleSetRule } from 'webpack'; interface AddonStylingOptions { plugins?: Configuration["plugins"]; rules?: RuleSetRule[]; } declare function webpackFinal$1(config: Configuration, { rules, plugins }?: AddonStylingOptions): Configuration; declare const webpackFinal: typeof webpackFinal$1; export { webpackFinal };