User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
11mo
Theoretically, it's possible to create custom component that takes a function as child. This is how Solid does it. But Astro doesn't emit types for the function so any argument is any. I can stand that even less than the awkward ternary syntax.