1 2 3 4 5 6 7
<script> const { __astro_component: Component, __astro_children, ...props } = $$props; </script> <Component {...props}> {@html __astro_children} </Component>