UNPKG

communication-react-19

Version:

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

13 lines 422 B
/// <reference types="react" /> import { BaseCustomStyles } from '../../types'; /** * An element that fills the space the DrawerContentContainer does not take up. * This is the element that enables the light dismiss feature. * * @private */ export declare const DrawerLightDismiss: (props: { onDismiss: () => void; styles?: BaseCustomStyles; }) => JSX.Element; //# sourceMappingURL=DrawerLightDismiss.d.ts.map