head-manager-context.d.ts 216 Bytes EditWeb IDE 1 2 3 4 5 6 7 import React from 'react'; export declare const HeadManagerContext: React.Context<{ updateHead?: (state: any) => void; mountedInstances?: any; updateScripts?: (state: any) => void; scripts?: any; }>;