In this article, I’m going to discuss how to add interface with functional component typed props beginner guide :) Before we start please find below important technologies definitions PropTypes PropTypes are a mechanism to ensure that components use the correct data type and pass the right data, and that components use the right type of props, and that receiving components receive the right type of props.