static get defaultProps()

in src/components/ForceGraphArrowLink.js [36:44]


  static get defaultProps() {
    return {
      className: '',
      opacity: 0.6,
      stroke: '#999',
      targetRadius: 2,
      strokeWidth: 1,
    };
  }