Params
react-router

Params type

type Params = { [key in Key]: string | undefined }

The parameters that were parsed from the URL path.

Docs and examples CC 4.0