UNPKG

communication-react-19

Version:

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

7 lines 259 B
/** * Checks the version of react and throws an error if it is less than 18 in the loaders * @param version - version of react * @private */ export declare const parseReactVersion: (version: string | undefined) => void; //# sourceMappingURL=utils.d.ts.map