UNPKG
@graysham/mixmotion-player
Version:
latest (1.0.34)
1.0.34
<h1 align='center'> Mixmotion Player </h1>
@graysham/mixmotion-player
/
dist
/
lib
/
MixmotionPlayer
/
hooks
/
useActivity.d.ts
2 lines
(1 loc)
•
70 B
TypeScript
View Raw
1
2
export
declare
const
useActivity
:
(
activityTimeout
?:
number
) =>
void
;