mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-27 11:27:03 +00:00
An `innerRef` prop was added to <Link> in `react-router-dom@4.2` The node will be an anchor tag, which is why I made the callback accept an `HTMLAnchorElement` rather than an `HTMLElement`, however this isn't explicitly documented.