UNPKG

communication-react-19

Version:

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

14 lines 417 B
/// <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