UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

6 lines (5 loc) 155 B
import React from 'react'; export declare const HeadManagerContext: React.Context<{ updateHead?: (state: any) => void; mountedInstances?: any; }>;