UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

23 lines 685 B
/// <reference types="react" /> import * as reselect from 'reselect'; import { ChatClientState } from "../../../../chat-stateful-client/src"; import { ChatBaseSelectorProps } from "../../../../chat-component-bindings/src"; /** * @private */ export type HeaderProps = { topic: string; }; /** * @private */ export declare const ChatHeader: (props: HeaderProps) => JSX.Element; /** * @private */ export declare const getHeaderProps: ((state: ChatClientState, props: ChatBaseSelectorProps) => HeaderProps) & reselect.OutputSelectorFields<(args_0: string) => HeaderProps, { clearCache: () => void; }> & { clearCache: () => void; }; //# sourceMappingURL=ChatHeader.d.ts.map