ant-design/components/spin/demo/basic.md
二货机器人 5b8e4e51e9
chore: Compatible for @types/react@18 (#34937)
* chore: bump types def

* chore: part ts def

* chore: part ts def

* chore: part ts def

* chore: part ts def

* chore: part ts def

* chore: part ts def

* chore: part ts def

* chore: part ts def

* chore: part ts def

* chore: part ts def

* chore: free --legacy-peer-deps

* chore: ignore peer

* chore: fix ts logic

* chore: use fork docsearch

* chore: fix demo ts
2022-04-08 22:55:42 +08:00

221 B

order title
0
zh-CN en-US
基本用法 basic Usage

zh-CN

一个简单的 loading 状态。

en-US

A simple loading status.

import { Spin } from 'antd';

export default () => <Spin />;