UNPKG

@serwist/next

Version:

A module that integrates Serwist into your Next.js application.

7 lines 301 B
import type { Serwist } from "@serwist/window"; export interface SerwistContextValues { serwist: Serwist | null; } export declare const SerwistContext: import("react").Context<SerwistContextValues>; export declare const useSerwist: () => SerwistContextValues; //# sourceMappingURL=context.d.ts.map