import { IGetWebComponentTestHtml } from './types'; export default ({ name }: IGetWebComponentTestHtml) => ` ${name}

${name}

<${name}> `;