UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
v-dom
/
lib
/
TextNode.d.ts
6 lines
(5 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
import
Node
from
"./Node"
;
import
Document
from
"./Document"
;
export
default
class
TextNode
extends
Node
{
constructor
(
text
:
string
,
ownerDocument
:
Document
); }