UNPKG
domsubi
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.11
A Virtual-DOM Library for JavaScript
github.com/junkieta/domsubi
junkieta/domsubi
domsubi
/
dist
/
typings
/
domsubi
/
jshtml.d.ts
7 lines
(6 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{ jshtmlVisitor }
from
"./jshtmlVisitor"
;
import
{ jsxml }
from
"./jsxml"
;
export
declare
class
jshtml
extends
jsxml
{
protected
static
visitorConstructor
:
typeof
jshtmlVisitor;
mountAsShadow
(
e
:
HTMLElement
,
init
?:
ShadowRootInit
):
void
; }