UNPKG

next

Version:

The React Framework

11 lines (10 loc) 288 B
import React from 'react'; export declare const HeadManagerContext: React.Context<{ updateHead?: (state: any) => void; mountedInstances?: any; updateScripts?: (state: any) => void; scripts?: any; getIsSsr?: () => boolean; appDir?: boolean; nonce?: string; }>;