UNPKG

@orca-fe/pocket

Version:

UI components by orca-team

11 lines (10 loc) 321 B
/** * 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;