#
luxiaotao1123
2024-02-28 c95e54c53e2a19bc3281339713a51573e7a15220
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>
);