mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
@@ -18,7 +18,7 @@ export interface FormFieldProps {
|
|||||||
label?: string
|
label?: string
|
||||||
description?: string
|
description?: string
|
||||||
help?: string
|
help?: string
|
||||||
error?: string | boolean
|
error?: boolean | string
|
||||||
hint?: string
|
hint?: string
|
||||||
/**
|
/**
|
||||||
* @defaultValue 'md'
|
* @defaultValue 'md'
|
||||||
@@ -41,8 +41,8 @@ export interface FormFieldSlots {
|
|||||||
hint(props: { hint?: string }): any
|
hint(props: { hint?: string }): any
|
||||||
description(props: { description?: string }): any
|
description(props: { description?: string }): any
|
||||||
help(props: { help?: string }): any
|
help(props: { help?: string }): any
|
||||||
error(props: { error?: string | boolean }): any
|
error(props: { error?: boolean | string }): any
|
||||||
default(props: { error?: string | boolean }): any
|
default(props: { error?: boolean | string }): any
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user