UNPKG

vue-styleguidist

Version:
9 lines (8 loc) 265 B
import { ComponentDoc } from 'vue-docgen-api'; /** * Extract in an array all the path to the files * the documented component depends on * @param docs * @return array of relative file paths */ export default function findOrigins(docs: ComponentDoc): string[];