UNPKG

communication-react-19

Version:

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

10 lines 302 B
/// <reference types="react" /> /** @private */ export interface CalloutWithIconProps { targetId: string; text?: string; doNotLayer?: boolean; } /** @private */ export declare const CalloutWithIcon: (props: CalloutWithIconProps) => JSX.Element; //# sourceMappingURL=CalloutWithIcon.d.ts.map