aboutsummaryrefslogtreecommitdiff
path: root/src/element.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/element.ts')
-rw-r--r--src/element.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/element.ts b/src/element.ts
index ed86cfe..b3fb20c 100644
--- a/src/element.ts
+++ b/src/element.ts
@@ -35,6 +35,7 @@ type EEl<K extends keyof HTMLElementTagNameMap> = string
| OVar<Opts<HTMLElementTagNameMap[K]>>
| OVar<string>
| OVar<HTMLElement>
+ | OVar<OVar<HTMLDivElement>>
| OVar<HTMLUListElement> // is this possible with dudplication?
| OVar<HTMLOListElement>
| OVar<HTMLInputElement>