mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
chore(FormGroup): simplify bindings between input and form group p… (#704)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
4
src/runtime/types/form.d.ts
vendored
4
src/runtime/types/form.d.ts
vendored
@@ -21,8 +21,8 @@ export interface FormEvent {
|
||||
}
|
||||
|
||||
export interface InjectedFormGroupValue {
|
||||
labelFor: Ref<string>
|
||||
inputId: Ref<string>
|
||||
name: Ref<string>
|
||||
size: Ref<string>
|
||||
error: Ref<string | boolean>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user