import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faClose, faSave } from "@fortawesome/free-solid-svg-icons"; import { Dialog } from "antd-mobile"; export const handleShowVideos = (video) => { Dialog.className = "videoMask"; Dialog.show({ title: "", content: (
Dialog.clear()} >
), bodyStyle: { background: "none", maxHeight: "none", height: "100%", }, }); };