Skip to content

Commit

Permalink
fix: export alias
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankFang committed Jul 10, 2022
1 parent f420470 commit 65233c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/math/useMinimum/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export function useMinimum(...mins: MaybeComputedRef<number>[]) {
)
}

export const useMin = useMinimum
// alias
export { useMinimum as useMin }

0 comments on commit 65233c4

Please sign in to comment.