UNPKG

@storybook/web-components-vite

Version:

Storybook for Web Components and Vite: Develop, document, and test UI components in isolation

9 lines (6 loc) 248 B
import { StorybookConfig } from '../index.js'; import '@storybook/web-components'; import 'storybook/internal/types'; import '@storybook/builder-vite'; declare function defineMain(config: StorybookConfig): StorybookConfig; export { defineMain };