mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fab90b09f4
* docs: put an example loading component
* fix: site issue
* fix: site issue
* feat: add loading
* feat: alert
* docs: rm ReactDOM.render in md
* docs: use style tag
* chore: update snapshot
* Revert "docs: use style tag"
This reverts commit 1f75a99f8c
.
* docs: update demo
* chore: update demo
Co-authored-by: PeachScript <scdzwyxst@gmail.com>
4 lines
152 B
JavaScript
4 lines
152 B
JavaScript
// put it into `.dumi` folder when dumi ready
|
|
// eslint-disable-next-line no-restricted-exports
|
|
export { default } from './.dumi/theme/common/Loading';
|