UNPKG

208 BHTMLView Raw
1<script src="./index.js"></script>
2<script>test(a => {
3 const div = document.createElement('div');
4 div.innerHTML = `<shadow-root><strong><slot></slot><strong></shadow-root>${a}`;
5 return div;
6})</script>