UNPKG

next

Version:

The React Framework

6 lines (5 loc) 506 B
import type { Params } from '../../request/params'; import type { ReadonlyURLSearchParams } from '../../../client/components/readonly-url-search-params'; export declare function instrumentParamsForClientValidation<TPArams extends Params>(underlyingParams: TPArams): TPArams; export declare function expectCompleteParamsInClientValidation(expression: string): void; export declare function instrumentSearchParamsForClientValidation(underlyingSearchParams: ReadonlyURLSearchParams): ReadonlyURLSearchParams;