MCPcopy
hub / github.com/molefrog/wouter / RouteComponentProps

Interface RouteComponentProps

packages/wouter/types/index.d.ts:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 */
64
65export interface RouteComponentProps<T extends DefaultParams = DefaultParams> {
66 params: T;
67}
68
69export interface RouteProps<
70 T extends DefaultParams | undefined = undefined,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…