UNPKG

203 BTypeScriptView Raw
1import type { Configuration } from 'webpack';
2import type { Options } from '@storybook/core-common';
3export declare function webpackFinal(config: Configuration, { presetsList }: Options): Configuration;