/** * title: Custom Loading * desc: Custom loading with prop `loadingSrc` * * title.zh-CN: 自定义 Loading 效果 * desc.zh-CN: 设置 `loadingSrc` 属性,在图片加载过程中显示。 */ import 'antd/es/button/style'; declare const Demo: () => import("react/jsx-runtime").JSX.Element; export default Demo;