- 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
8 lines
232 B
TypeScript
8 lines
232 B
TypeScript
/// <reference types="react" />
|
|
export declare function ClientPageRoot({ Component, props, }: {
|
|
Component: React.ComponentType<any>;
|
|
props: {
|
|
[props: string]: any;
|
|
};
|
|
}): import("react/jsx-runtime").JSX.Element;
|