6 lines
138 B
Plaintext

<if(typeof input.component === "string")>${input.component}</if>
<else>
<${input.component} ...{
name: "Frank"
}/>
</else>