types(AddressEdit): validator prop typing (#8284)
This commit is contained in:
@@ -55,7 +55,9 @@ export default createComponent({
|
|||||||
areaList: Object as PropType<AreaList>,
|
areaList: Object as PropType<AreaList>,
|
||||||
isSaving: Boolean,
|
isSaving: Boolean,
|
||||||
isDeleting: Boolean,
|
isDeleting: Boolean,
|
||||||
validator: Function,
|
validator: Function as PropType<
|
||||||
|
(key: string, value: string) => string | undefined
|
||||||
|
>,
|
||||||
showDelete: Boolean,
|
showDelete: Boolean,
|
||||||
showPostal: Boolean,
|
showPostal: Boolean,
|
||||||
disableArea: Boolean,
|
disableArea: Boolean,
|
||||||
|
|||||||
Reference in New Issue
Block a user