framework-preset-react-docs.d.ts 234 B

1234567
  1. import { S as StorybookConfig } from './types-1597a784.js';
  2. import '@storybook/core-webpack';
  3. import '@storybook/react-docgen-typescript-plugin';
  4. declare const webpackFinal: StorybookConfig['webpackFinal'];
  5. export { webpackFinal };