UNPKG

communication-react-19

Version:

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

7 lines 202 B
/** * @internal * Converts px value to rem value. * For example, an input of `16` will return `1rem`. */ export declare const _pxToRem: (px: number) => string; //# sourceMappingURL=cssUtils.d.ts.map