UNPKG

@azure/communication-react

Version:

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

16 lines 510 B
import { RefObject } from 'react'; import { ControlBarButtonProps } from "../../../../../react-components/src"; import { IButton } from '@fluentui/react'; /** * @private * props for the PeopleButton component */ export interface PeopleButtonProps extends ControlBarButtonProps { peoplePaneDismissButtonRef?: RefObject<IButton>; chatButtonPresent?: boolean; } /** * @private */ export declare const PeopleButton: (props: PeopleButtonProps) => JSX.Element; //# sourceMappingURL=PeopleButton.d.ts.map