UNPKG
spok-ui
Version:
latest (0.8.13)
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.7.1
0.6.1
0.6.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.1
0.5.0
0.4.1
0.4.0
0.3.5
0.3.4
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
UI Library for SPOK system
spok-ui
/
dist
/
esm
/
types
/
hooks
/
useAnchorElement.d.ts
4 lines
(3 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
declare
type
AnchorHook
=
() =>
[
HTMLElement
|
null
,
(
event
:
any
) =>
void
,
() =>
void
];
export
declare
const
useAnchorElement
:
AnchorHook
;
export
{};