import * as React from 'react'
import * as antd from 'antd'
import { LoadingOutlined } from 'components/Icons'
interface CardComponent_props {
style: object;
type: string;
children: any;
}
const CardComponent = (props: CardComponent_props) => {
let frag;
const rd_error =