Skip to content

Commit

Permalink
feat(usePagination): init
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo-shen committed Feb 16, 2024
1 parent b3bbfff commit 3917f15
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/usePagination/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# UsePagination
9 changes: 9 additions & 0 deletions packages/core/usePagination/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
interface UsePaginationOption {

}

interface usePaginationReturn {

}

export const usePagination = (options: UsePaginationOption): usePaginationReturn => { }
Empty file.
2 changes: 1 addition & 1 deletion packages/core/usePagination/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# UsePagination
# UsePagination

0 comments on commit 3917f15

Please sign in to comment.