synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
8 lines • 396 B
TypeScript
import { SynapseChatProps } from './SynapseChat';
export type SynapseChatDialogProps = {
open: boolean;
onClose: () => void;
} & Omit<SynapseChatProps, 'hideTitle' | 'textboxPositionOffset'>;
export declare function SynapseChatDialog(props: SynapseChatDialogProps): import("react/jsx-runtime").JSX.Element;
export default SynapseChatDialog;
//# sourceMappingURL=SynapseChatDialog.d.ts.map