- MANUAL-PRODUTO.md: Manual do usuário final - MANUAL-VENDAS.md: Estratégia comercial e vendas - MANUAL-TECNICO.md: Infraestrutura e deploy - README.md: Visão geral do projeto
11 lines
288 B
TypeScript
11 lines
288 B
TypeScript
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;
|
|
}>;
|