UNPKG

botframework-webchat-component

Version:
7 lines 292 B
import React, { type ReactNode } from 'react'; type Props = Readonly<{ children?: ReactNode; }>; declare const ModalDialogComposer: React.MemoExoticComponent<({ children }: Props) => React.JSX.Element>; export default ModalDialogComposer; //# sourceMappingURL=ModalDialogComposer.d.ts.map