UNPKG

communication-react-19

Version:

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

13 lines 358 B
import React from 'react'; import { BaseCustomStyles } from '../../types'; /** * Container that holds the content of the drawer * * @private */ export declare const DrawerContentContainer: (props: { children: React.ReactNode; heading?: string; styles?: BaseCustomStyles; }) => JSX.Element; //# sourceMappingURL=DrawerContentContainer.d.ts.map