mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 19:35:00 -05:00
8 lines
140 B
TypeScript
8 lines
140 B
TypeScript
import { OnlineServer } from "../types/mh-server";
|
|
|
|
export function useInfiniteScrolling({
|
|
servers,
|
|
}: {
|
|
servers: OnlineServer[];
|
|
}) {}
|