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
/
useDtrumOnMount.d.ts
6 lines
(5 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
/** The hook fired when component in mounted * *
@param
{
String
}
name
- Name of the mounted component * */
export
declare
const
useDtrumOnMount
:
(
name
:
string
) =>
void
;