static get properties()

in client/src/components/link.js [20:24]


  static get properties() {
    return {
      href: { type: String },
    };
  }