static get propTypes()

in src/components/ForceGraphLink.js [27:34]


  static get propTypes() {
    return {
      link: linkPropTypes.isRequired,
      edgeOffset: PropTypes.number,
      strokeWidth: PropTypes.number,
      className: PropTypes.string,
    };
  }