@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
14 lines • 417 B
TypeScript
/// <reference types="react" />
import { CallCompositeIcons } from '../../common/icons';
/**
* @private
*/
export interface ThankYouForFeedbackPageProps {
iconName?: keyof CallCompositeIcons;
}
/**
* Page shown after the survey is submitted.
* @private
*/
export declare function ThankYouForFeedbackPage(props: ThankYouForFeedbackPageProps): JSX.Element;
//# sourceMappingURL=ThankYouForFeedbackPage.d.ts.map