- 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
6 lines
228 B
TypeScript
6 lines
228 B
TypeScript
/// <reference types="react" />
|
|
import type { FlightRouterState } from '../../server/app-render/types';
|
|
export declare function AppRouterAnnouncer({ tree }: {
|
|
tree: FlightRouterState;
|
|
}): import("react").ReactPortal | null;
|