Skip to content

Commit

Permalink
refactor: 全局格式化 ❄️❄️❄️
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Jan 3, 2023
1 parent be70355 commit c2fa60a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export type { InfiniteScrollingProps } from './props'

/**
* 滚动触发的回调类型
*
*
* @param distance 滚动距离
*/
export type ScrollCallback = (distance: number) => void
2 changes: 1 addition & 1 deletion packages/fighting-design/number-animate/src/interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export type { NumberAnimateProps } from './props'

/**
* 动画结束执行的回调类型
*
*
* @param elapsed 执行的动画时长
*/
export type AnimationEnd = (elapsed: number) => void
2 changes: 1 addition & 1 deletion packages/fighting-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
},
"homepage": "https://fighting.tianyuhao.cn",
"repository": "https://github.com/FightingDesign/fighting-design"
}
}

0 comments on commit c2fa60a

Please sign in to comment.