UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

18 lines 743 B
/// <reference types="react" /> import { ControlBarButtonProps, ControlBarButtonStyles } from "../../../../../react-components/src"; import { CallControlDisplayType } from '../types/CommonCallControlOptions'; /** * @private */ export interface DtmfDialerButtonProps extends ControlBarButtonProps { displayType?: CallControlDisplayType; styles?: ControlBarButtonStyles; } /** * Button for showing and hiding the dtmf dialer in the Call composite. * To be used only if the more button control is disabled. This button will replace * it in the control bar unless it is also disabled. * @private */ export declare const DtmfDialpadButton: (props: DtmfDialerButtonProps) => JSX.Element; //# sourceMappingURL=DtmfDialerButton.d.ts.map