mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +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 1f75a99f8c972dc72f05391b472641245f6d8a17. * 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';
|