beginnings of new api
This commit is contained in:
3
src.new/text-node.ts
Normal file
3
src.new/text-node.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export class TextNode {
|
||||
constructor(public text: string) {}
|
||||
}
|
||||
Reference in New Issue
Block a user