#
Junjie
2024-07-29 d69d8c1f77dacd2e9d15c3be21d945786a7ac2f3
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>
);