better typings for ydoc.get

This commit is contained in:
Kevin Jahns
2024-02-09 23:27:24 +01:00
parent 16d9638bc8
commit e1bce03ed8
3 changed files with 10 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ import {
/**
* An YXmlElement imitates the behavior of a
* {@link https://developer.mozilla.org/en-US/docs/Web/API/Element|Dom Element}.
* https://developer.mozilla.org/en-US/docs/Web/API/Element|Dom Element
*
* * An YXmlElement has attributes (key value pairs)
* * An YXmlElement has childElements that must inherit from YXmlElement