mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-29 16:45:49 +08:00
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
|
import ReactPaginate from "react-paginate";
|
||
|
|
||
|
export function usePagination() {
|
||
|
return {};
|
||
|
}
|