Skip to content

Commit

Permalink
fix: loading 组件导出 props 类型 (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud authored Aug 3, 2023
1 parent bb0ceb0 commit 4ed35d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/loading/index.taro.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Loading } from './loading.taro'

export type { LoadingType, DirectionType } from './loading.taro'
export type { LoadingProps, LoadingType, DirectionType } from './loading.taro'
export default Loading
2 changes: 1 addition & 1 deletion src/packages/loading/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Loading } from './loading'

export type { LoadingType, DirectionType } from './loading'
export type { LoadingProps, LoadingType, DirectionType } from './loading'
export default Loading

0 comments on commit 4ed35d8

Please sign in to comment.