import { IModalProps } from '@/interfaces/common'; import { Drawer } from 'antd'; import FlowChatBox from './box'; const ChatDrawer = ({ visible, hideModal }: IModalProps) => { return ( 1278 ? '30%' : 470} mask={false} // zIndex={10000} > ); }; export default ChatDrawer;