communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
12 lines • 424 B
TypeScript
/// <reference types="react" />
import { ControlBarButtonProps } from "../../../../react-components/src";
/** @private */
export interface CaptionsBannerMoreButtonProps extends ControlBarButtonProps {
onCaptionsSettingsClick?: () => void;
}
/**
*
* @private
*/
export declare const CaptionsBannerMoreButton: (props: CaptionsBannerMoreButtonProps) => JSX.Element;
//# sourceMappingURL=CaptionsBannerMoreButton.d.ts.map