mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
import { Loading } from '@alifd/next';
|
|
import './index.scss';
|
|
|
|
export default () => <Loading tip="加载中..." className="fusion-loading" />;
|