@sendbird/ai-agent-messenger-react 1.21.0 → 1.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -4329,6 +4329,8 @@ declare interface TypographyVariant {
4329
4329
  lineHeight?: number | string;
4330
4330
  }
4331
4331
 
4332
+ export declare const useAIAgentContext = ctx.useContext;
4333
+
4332
4334
  export declare const useConversationContext: {
4333
4335
  (): ConversationContextValue;
4334
4336
  displayName: string;