diff options
Diffstat (limited to 'input/select.d.ts')
| -rw-r--r-- | input/select.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/input/select.d.ts b/input/select.d.ts index 88f1faa..4707838 100644 --- a/input/select.d.ts +++ b/input/select.d.ts @@ -11,6 +11,8 @@ export interface WuiInputSelectOpts { options: WuiKeySelectOption; id?: string; hint?: string; + class_label?: string; + class_input?: string; is_disabled?: boolean; onChangeHandler?: (key: string, value: string) => void; } |
