<span class="token rg-component">Component</span>
{{#if renderAsCss}}
<span class="token rg-{{ty}}">{{text}}</span>
{{/if}}
{{#if renderAsWebComponents}}
<rg-token ty="{{ty}}">{{text}}</rg-token>
{{/if}}
{
"ty": "component",
"text": "Component",
"renderAsCss": true,
"renderAsWebComponents": false
}
No notes defined.