UNPKG

@payfit/unity-components

Version:

4 lines (3 loc) 168 B
declare const TaskGroupContext: import('react').Context<string | null>; declare const useTaskGroupId: () => string | null; export { TaskGroupContext, useTaskGroupId };