Consider the following propTypes:
MyComponent.propTypes = { getStringFromItem: PropTypes.func, getTitleComponentFromItem: PropTypes.func, };