Skip to content

Types: RouterReplaceOptions<TState>

ts
type RouterReplaceOptions<TState> = object;

Type Parameters

Type ParameterDefault type
TStateunknown

Properties

PropertyType
hash?string
query?QuerySource
state?Partial<TState>