/** * 切换 table card 视角 */ import React from 'react'; import { ProTableLayoutProps } from '../../typing'; import './index.scss'; declare const CardSwitch: React.FC; export default CardSwitch;