mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
While https://reach.tech/router/api/Link describes innerRef as a func, it is actually passed to React's HTMLAnchorElement's "ref" prop as such: `<a ref={ref || innerRef} ...` See: https://github.com/reach/router/blob/master/src/index.js#L392-L405 HTMLAnchorElement's "ref" is defined as Ref<HTMLAnchorElement>. |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| reach__router-tests.tsx | ||
| tsconfig.json | ||
| tslint.json | ||