UNPKG

@azure/communication-react

Version:

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

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