diff options
Diffstat (limited to 'input/select.d.ts')
| -rw-r--r-- | input/select.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/select.d.ts b/input/select.d.ts index 6a568f3..88f1faa 100644 --- a/input/select.d.ts +++ b/input/select.d.ts @@ -6,7 +6,7 @@ export interface WuiKeySelectOption { [key: string]: WuiInputOption; } export interface WuiInputSelectOpts { - label: string; + label: string | HTMLElement; name: string; options: WuiKeySelectOption; id?: string; |
