UNPKG

next

Version:

The React Framework

3 lines (2 loc) 167 B
import type { DynamicParamTypes } from '../../app-router-types'; export declare function interceptionPrefixFromParamType(paramType: DynamicParamTypes): string | null;