1 2 3 4 5
export default { generic: ['Dr', 'M', 'Mlle', 'Mme', 'Prof'], female: ['Dr', 'Mlle', 'Mme', 'Prof'], male: ['Dr', 'M', 'Prof'], };