UNPKG

communication-react-19

Version:

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

7 lines 254 B
/** * Shallow merge two objects and return a memoized result. * * @private */ export declare function useShallowMerge<T extends Record<string, unknown>>(target: T | undefined, source: T | undefined): T | undefined; //# sourceMappingURL=merge.d.ts.map