UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

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