We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac48af8 commit 0aea029Copy full SHA for 0aea029
cocktail/Dom.hx
@@ -22,6 +22,7 @@ typedef Style = cocktail.core.css.CSSStyleDeclaration;
22
typedef Window = cocktail.core.window.Window;
23
typedef Document = cocktail.core.html.HTMLDocument;
24
typedef FormElement = cocktail.core.html.HTMLInputElement;
25
+typedef TextArea = cocktail.core.html.HTMLTextAreaElement;
26
27
typedef Event = cocktail.core.event.Event;
28
typedef MouseEvent = cocktail.core.event.MouseEvent;
0 commit comments