aboutsummaryrefslogtreecommitdiff
path: root/input/string.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'input/string.d.ts')
-rw-r--r--input/string.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/string.d.ts b/input/string.d.ts
index f0a36fe..a47f90d 100644
--- a/input/string.d.ts
+++ b/input/string.d.ts
@@ -1,5 +1,5 @@
export interface WuiInputStringOpts {
- label: string;
+ label: string | HTMLElement;
value: string;
id?: string;
hint?: string;