DefinitelyTyped/types/react-router-dom
Philip Jackson fd991797cd Add innerRef prop to <Link> component
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.
2018-03-26 14:37:03 +13:00
..
index.d.ts Add innerRef prop to <Link> component 2018-03-26 14:37:03 +13:00
react-router-dom-tests.tsx Add innerRef prop to <Link> component 2018-03-26 14:37:03 +13:00
tsconfig.json
tslint.json