UNPKG

vue-styleguidist

Version:
7 lines (6 loc) 200 B
import { ComponentDoc } from 'vue-docgen-api'; /** * Remove all origin info from the docs object * @param docs will be mutated */ export default function stripOutOrigins(docs: ComponentDoc): void;