Types: RouterReplaceOptions<TState> 
ts
type RouterReplaceOptions<TState> = object;Type Parameters 
| Type Parameter | Default type | 
|---|---|
TState | unknown | 
Properties 
| Property | Type | 
|---|---|
 hash? | string | 
 query? | QuerySource | 
 state? | Partial<TState> |