UNPKG

react-styleguidist

Version:
9 lines (8 loc) 291 B
/** * 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, componentName: string): string;