Skip to content

Types: RouterResolveOptions<TState>

ts
type RouterResolveOptions<TState> = object;

Type Parameters

Type ParameterDefault type
TStateunknown

Properties

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