PropTypes

import PropTypes from 'prop-types';
static propTypes = {
    title: PropTypes.string.isRequired,
    icon: PropTypes.string.isRequired,
  };
Was this page helpful?