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
/
tools
/
sendDtrumAction.d.ts
2 lines
(1 loc)
•
105 B
TypeScript
View Raw
1
2
export
declare
const
sendDtrumAction
:
(
actionName
:
string
,
callback
?: (() =>
void
) |
undefined
) =>
void
;