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