UNPKG
svelte-htm
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
tagged template syntax for svelte to simplify testing
github.com/kenoxa/svelte-htm
kenoxa/svelte-htm
svelte-htm
/
index.d.ts
6 lines
(3 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
SvelteComponent
}
from
'svelte'
declare
function
html
(
strings
:
TemplateStringsArray
, ...
values
:
unknown
[]
):
typeof
SvelteComponent
export
default
html