import React from 'react'; import { Spin } from 'antd'; import { LoadingOutlined } from '@ant-design/icons'; import styles from './index.module.less'; const Loading = ({ tip }: any) => { const antIcon = ; return (