UNPKG
@ima/react-page-renderer
Version:
beta (18.0.0-rc.8)
latest (20.0.1)
rc (20.0.0-rc.3)
20.0.1
20.0.0
20.0.0-rc.3
20.0.0-rc.2
20.0.0-rc.1
19.3.1
19.3.0
19.2.1
19.2.0
19.1.0
19.0.4
19.0.3
19.0.2
19.0.1
19.0.0
19.0.0-rc.16
19.0.0-rc.15
19.0.0-rc.14
19.0.0-rc.13
19.0.0-rc.12
19.0.0-rc.11
19.0.0-rc.10
19.0.0-rc.9
19.0.0-rc.8
19.0.0-rc.7
19.0.0-rc.6
19.0.0-rc.5
19.0.0-rc.4
19.0.0-rc.3
19.0.0-rc.2
19.0.0-rc.1
19.0.0-rc.0
18.2.0
18.1.6
18.1.5
18.1.4
18.1.3
18.1.2
18.1.1
18.1.0
18.0.1
18.0.0
18.0.0-rc.28
18.0.0-rc.27
18.0.0-rc.26
18.0.0-rc.25
18.0.0-rc.24
18.0.0-rc.23
18.0.0-rc.22
18.0.0-rc.21
18.0.0-rc.20
18.0.0-rc.19
18.0.0-rc.18
18.0.0-rc.17
18.0.0-rc.16
18.0.0-rc.15
18.0.0-rc.13
18.0.0-rc.12
18.0.0-rc.11
18.0.0-rc.10
18.0.0-rc.9
18.0.0-rc.8
18.0.0-rc.7
18.0.0-rc.6
18.0.0-rc.5
18.0.0-rc.2
18.0.0-rc.1
18.0.0-rc.0
IMA.js React page renderer.
github.com/seznam/ima
seznam/ima
@ima/react-page-renderer
/
dist
/
esm
/
client
/
hooks
/
link.d.ts
11 lines
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Router
}
from
'@ima/core'
;
/** * Provides direct access to Router link function. * *
@example
* const link = useLink(); * *
@returns
URL to linked path. */
export
declare
function
useLink
(
):
Router
[
'link'
];
//# sourceMappingURL=link.d.ts.map