UNPKG

@storybook/builder-webpack4

Version:
5 lines (4 loc) 225 B
import type { Configuration } from '@types/webpack'; import type { Options } from '@storybook/core-common'; declare const _default: (options: Options & Record<string, any>) => Promise<Configuration>; export default _default;