mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
fix(FormGroup): use explicit label instead of implicit label (#638)
This commit is contained in:
7
src/runtime/types/form.d.ts
vendored
7
src/runtime/types/form.d.ts
vendored
@@ -19,3 +19,10 @@ export interface FormEvent {
|
||||
type: FormEventType
|
||||
path: string
|
||||
}
|
||||
|
||||
export interface InjectedFormGroupValue {
|
||||
labelFor: Ref<string>
|
||||
name: Ref<string>
|
||||
size: Ref<string>
|
||||
error: Ref<string | boolean>
|
||||
}
|
||||
Reference in New Issue
Block a user