@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
13 lines • 361 B
TypeScript
/// <reference types="react" />
/**
* An SVG element component that wraps inner text to fit the width of the SVG.
* @private
*/
export declare const SvgWithWordWrapping: (props: {
width: number;
text: string;
lineHeightPx: number;
bufferHeightPx: number;
role?: string;
}) => JSX.Element;
//# sourceMappingURL=SvgWithWordWrapping.d.ts.map