/* eslint-disable quote-props */ const TUIProfile = { 'Personal information': 'Personal information', 'Signature': 'Signature', 'Gender': 'Gender', 'Male': 'Male', 'Female': 'Female', 'AllowType': 'AllowType', 'NeedConfirm': 'NeedConfirm', 'AllowAny': 'AllowAny', 'DenyAny': 'DenyAny', 'Birthday': 'Birthday', }; export default TUIProfile;