mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
🐛 Make FormSelectProps
and FormMultiselectProps
extend BluelibProps
This commit is contained in:
parent
cff5b237fa
commit
184337a519
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ export interface FormMultiselectOptions<T> {
|
|||
}
|
||||
|
||||
|
||||
export interface FormMultiselectProps<T> {
|
||||
export interface FormMultiselectProps<T> extends Types.BluelibProps {
|
||||
label: string,
|
||||
|
||||
validity?: Types.Validity,
|
||||
|
|
|
@ -14,7 +14,7 @@ export interface FormSelectOptions<T> {
|
|||
}
|
||||
|
||||
|
||||
export interface FormSelectProps<T> {
|
||||
export interface FormSelectProps<T> extends Types.BluelibProps {
|
||||
label: string,
|
||||
|
||||
validity?: Types.Validity,
|
||||
|
|
Loading…
Reference in a new issue