From bac7fff544932193570414e6265189c5beaea334 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Tue, 5 Oct 2021 16:46:54 -0500 Subject: [PATCH] Export TagChild from htmltools --- htmltools/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/htmltools/core.py b/htmltools/core.py index 14b9c30..4e1a174 100644 --- a/htmltools/core.py +++ b/htmltools/core.py @@ -23,6 +23,7 @@ "html", "jsx", "html_dependency", + "TagChild", ) TagAttr = Union[str, None]