UNPKG

@storybook/vue3-vite

Version:

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

6 lines (3 loc) 123 B
import { Plugin } from 'vite'; declare const storybookVuePlugin: () => Promise<Plugin>[]; export { storybookVuePlugin };