UNPKG
solidjs-show-code
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Code viewer for solidJs
solidjs-show-code
/
dist
/
types
/
functions
/
htmlBuilder.d.ts
5 lines
(4 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
import
{
JSX
}
from
"solid-js"
;
import
{
CodeStyleSheet
}
from
"../types/codeStyleSheet"
;
import
{
Token
}
from
"../types/token"
;
export
declare
const
buildHtmlTree
:
(
tokens
:
Token
[],
styleSheet
:
CodeStyleSheet
) =>
JSX
.
Element
;