UNPKG

vue-docgen-cli

Version:

Generate documentation markdown files from VueJs components using the vue-docgen-api.

4 lines (3 loc) 244 B
import { ComponentDoc } from 'vue-docgen-api'; import { SafeDocgenCLIConfig } from '../config'; export default function header(docs: ComponentDoc[], config: SafeDocgenCLIConfig, hasSubComponent: boolean, componentRelativePath: string): string;