#
luxiaotao1123
2024-02-29 2a7553ab6aa15c1b17cdd8d4b75c2ce99d65dda3
1
2
3
4
5
6
7
8
9
10
11
import ProSkeleton from '@ant-design/pro-skeleton';
 
export default () => (
    <div
        style={{
            padding: 24,
        }}
    >
        <ProSkeleton type="list" />
    </div>
);