- 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
356 B
TypeScript
6 lines
356 B
TypeScript
/// <reference types="react" />
|
|
import type { Params } from '../../shared/lib/router/utils/route-matcher';
|
|
export declare const SearchParamsContext: import("react").Context<URLSearchParams | null>;
|
|
export declare const PathnameContext: import("react").Context<string | null>;
|
|
export declare const PathParamsContext: import("react").Context<Params | null>;
|