UNPKG

vue-docgen-api

Version:

Toolbox to extract information from Vue component files for documentation generation purposes.

7 lines (6 loc) 220 B
import { ScriptHandler } from '../types'; /** * Returns documentation of the component referenced in the extends property of the component */ declare const extendsHandler: ScriptHandler; export default extendsHandler;