UNPKG

159 BTypeScriptView Raw
1import { defineConfig } from 'vue-styleguidist'
2
3declare const plugin: {
4 (api: any, options: any): void
5 defineConfig: typeof defineConfig
6}
7
8export = plugin