UNPKG

@azure/communication-react

Version:

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

16 lines 625 B
/// <reference types="react" /> import { ReactionResources } from "../../../../../../react-components/src"; import { ControlBarButtonStyles } from "../../../../../../react-components/src"; import { CallControlDisplayType } from '../../../common/types/CommonCallControlOptions'; /** @private */ export declare const Reaction: (props: { reactionResource: ReactionResources; option?: boolean | { disabled: boolean; }; displayType?: CallControlDisplayType; styles?: ControlBarButtonStyles; disabled?: boolean; disableTooltip?: boolean; }) => JSX.Element; //# sourceMappingURL=Reaction.d.ts.map