UNPKG

vue-docgen-cli

Version:

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

5 lines (4 loc) 161 B
import type { Tag, ParamTag } from "vue-docgen-api"; export declare const renderTags: (tags?: { [tag: string]: (Tag | ParamTag)[]; } | undefined) => string;