Skip to content

Commit c422311

Browse files
committed
adding in api.md file for stable build
1 parent 11b146c commit c422311

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/communication-react/review/stable/communication-react.api.md

+6
Original file line numberDiff line numberDiff line change
@@ -4743,9 +4743,15 @@ export const useCallAgent: () => CallAgent | undefined;
47434743
// @public
47444744
export const useCallClient: () => StatefulCallClient;
47454745

4746+
// @public
4747+
export const useCallingPropsFor: <Component extends (props: any) => JSX.Element>(component: Component) => ComponentProps<Component>;
4748+
47464749
// @public
47474750
export const useChatClient: () => StatefulChatClient;
47484751

4752+
// @public
4753+
export const useChatPropsFor: <Component extends (props: any) => JSX.Element>(component: Component) => ComponentProps<Component>;
4754+
47494755
// @public
47504756
export const useChatThreadClient: () => ChatThreadClient;
47514757

0 commit comments

Comments
 (0)