UNPKG

next

Version:

The React Framework

9 lines (8 loc) 246 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; }>;