UNPKG
dtrum-react-kit
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
Dynatrace tools and react hooks collection
dtrum-react-kit
/
dist
/
hooks
/
useDtrumEndSession.d.ts
3 lines
(2 loc)
•
143 B
TypeScript
View Raw
1
2
3
/** Hooks will send endSession event when user closed current window */
export
declare
const
useDtrumEndSession
:
(
eventType
?:
string
) =>
void
;