UNPKG

communication-react-19

Version:

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

13 lines 361 B
/// <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