import React from 'react'; import { PageContainer } from '@ant-design/pro-layout'; import { Card, Alert, Typography } from 'antd'; import styles from './Welcome.less'; const CodePreview: React.FC<{}> = ({ children }) => (
    
      {children}
    
  
); export default (): React.ReactNode => ( 高级表格{' '} 欢迎使用 yarn add @ant-design/pro-table 高级布局{' '} 欢迎使用 yarn add @ant-design/pro-layout );