import useActivityTypingContext from './private/useContext'; import type { AllTyping } from './types/AllTyping'; export default function useAllTyping(): readonly [ReadonlyMap] { return useActivityTypingContext().allTypingState; }