UNPKG

vue-styleguidist

Version:
10 lines (9 loc) 335 B
import { ComponentDoc } from 'vue-docgen-api'; /** * Wrap a string with require() statement. * * @param {string} source Source code. * @param {string} componentName Name that will be used instead of a placeholder. * @returns {string} */ export default function expandDefaultComponent(source: string, docs: ComponentDoc): string;