import Icon from "./Icon"; import WeChatQRCodeView from "./WeChatQRCodeView"; import ClearDataButton from "./ClearDataButton"; interface Props { show: boolean; close: () => void; } const SettingModal = (props: Props) => { const { show, close } = props; return (