Skip to content

Commit

Permalink
docs(Loading): 更新导出LoadingType 类型数据
Browse files Browse the repository at this point in the history
  • Loading branch information
79E committed Dec 7, 2022
1 parent e10f814 commit 52e41be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/loading/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './styles/index.less';
import { Loading } from './loading';

export type { LoadingProps } from './types';
export type { LoadingProps, LoadingType } from './types';

export { Loading };
export default Loading;
1 change: 1 addition & 0 deletions src/components/loading/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { BaseTypeProps } from '../../utils';

export type LoadingType =
| 'oval'
| 'rings'
Expand Down

0 comments on commit 52e41be

Please sign in to comment.