User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
9mo
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.