UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

3 lines 295 B
import type { DynamicConvention } from './Route'; export declare function mergeDynamicParams<TParams extends Record<string, any> | undefined>(params: TParams, dynamic: DynamicConvention[] | null | undefined, source: Record<string, any> | undefined): TParams; //# sourceMappingURL=params.d.ts.map