123456789101112131415 |
- import { P as PresetProperty } from './index.d-1fe859cf.js';
- import { TransformOptions } from '@babel/core';
- import { StorybookConfig } from './index.js';
- import 'file-system-cache';
- import 'http';
- import '@storybook/preset-react-webpack';
- import '@storybook/builder-webpack5';
- declare const addons: PresetProperty<'addons', StorybookConfig>;
- declare const core: PresetProperty<'core'>;
- declare const previewAnnotations: StorybookConfig['previewAnnotations'];
- declare const babel: (baseConfig: TransformOptions) => Promise<TransformOptions>;
- declare const webpackFinal: StorybookConfig['webpackFinal'];
- export { addons, babel, core, previewAnnotations, webpackFinal };
|