Function: useActivity()
function useActivity(): readonly [Activity, (changes: Partial<Activity>) => void];
Defined in: components/activity/Activity.tsx:113
Control activity from within, requires to be used within an existing Activity
function useActivity(): readonly [Activity, (changes: Partial<Activity>) => void];
Defined in: components/activity/Activity.tsx:113
Control activity from within, requires to be used within an existing Activity