// Copyright (c) Meta Platforms, Inc. and affiliates.

'use client';

/**
 * @file index.ts
 * @input InteractiveRoleContext
 * @output Exports InteractiveRoleContext module public API
 * @position Entry point for InteractiveRoleContext module
 */

export {
  InteractiveRoleContext,
  useInteractiveRoleContext,
} from './InteractiveRoleContext';
