All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.infinite.react-server.d.mts Maven / Gradle / Ivy

The newest version!
import { Arguments } from 'swr/_internal';

type SWRInfiniteKeyLoader = (index: number, previousPageData: Data | null) => Args;

declare const unstable_serialize: (getKey: SWRInfiniteKeyLoader) => string;

export { unstable_serialize };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy