▸ html(…args): Template
The html function its a tag for string templating that creates a Template.
| Name | Type | Description |
|---|---|---|
...args |
any[] |
The tagged template result that contains the HTML struct and its slots values interpolated. Read more about it here. |
Template