UNPKG

216 BTypeScriptView Raw
1import React from 'react';
2export declare const HeadManagerContext: React.Context<{
3 updateHead?: (state: any) => void;
4 mountedInstances?: any;
5 updateScripts?: (state: any) => void;
6 scripts?: any;
7}>;