This commit is contained in:
12
types/global.d.ts
vendored
12
types/global.d.ts
vendored
@@ -216,6 +216,18 @@ interface FormColumn {
|
||||
datePickerNotRequired: boolean
|
||||
datePickerProps: DatePickerProps
|
||||
datePickerEmailTitle: string
|
||||
showMultiSelect: boolean
|
||||
multiSelectNotRequired: boolean
|
||||
multiSelectPlaceholder: string
|
||||
multiSelectEmailTitle: string
|
||||
multiSelectOptions: MultiSelectOptions[]
|
||||
multiSelectProps: {
|
||||
additionalAddableValues: boolean
|
||||
}
|
||||
}
|
||||
|
||||
interface MultiSelectOptions {
|
||||
name: string
|
||||
}
|
||||
|
||||
interface CustomHTMLElement extends HTMLElement {
|
||||
|
||||
Reference in New Issue
Block a user