static get propTypes()

in src/components/ForceGraphArrowLink.js [29:34]


  static get propTypes() {
    return {
      link: linkPropTypes.isRequired,
      targetRadius: PropTypes.number,
    };
  }