UNPKG

@tanstack/router-core

Version:

Modern and scalable routing for React applications

2 lines (1 loc) 131 B
export declare function waitForReason<T>(value: T | PromiseLike<T>, signal: AbortSignal, onLate?: (value: T) => void): Promise<T>;