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