Kind: Type
Source: src/types.ts
Definition
tsPath extends `${infer Component}/${infer Rest}` ? ParamKey<Component> | ParamKeys<Rest> : ParamKey<Path>
Kind: Type
Source: src/types.ts
tsPath extends `${infer Component}/${infer Rest}` ? ParamKey<Component> | ParamKeys<Rest> : ParamKey<Path>
Was this page helpful?