`;
46 | component.images?.forEach(image => {
47 | content += `

`;
48 | content += '\n\n';
49 | });
50 | content += '
\n\n';
51 |
52 | /* Props */
53 | content += `## API\n`;
54 | component.props.forEach(prop => {
55 | content += `### ${prop.name}\n`;
56 | content += `${prop.description} \n`;
57 | content += `