UNPKG

@storybook/web-components-webpack5

Version:

Storybook for web-components: View web components snippets in isolation with Hot Reloading.

8 lines (5 loc) 216 B
import { StorybookConfig } from '../index.js'; import 'storybook/internal/types'; import '@storybook/builder-webpack5'; declare function defineMain(config: StorybookConfig): StorybookConfig; export { defineMain };