UNPKG
tagged-jsx
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Tagged Template for jsx
daybrush.com/tagged-jsx
daybrush/tagged-jsx
tagged-jsx
/
declaration
/
TaggedJSX.d.ts
3 lines
(2 loc)
•
179 B
TypeScript
View Raw
1
2
3
export
declare
function
html
(
strings
:
TemplateStringsArray
, ...
values
:
any
[]
): <
HResult
>
(
Renderer
: (...args:
any
[]) =>
HResult
) =>
HResult
;
export
declare
const
jsx
:
typeof
html;