UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

8 lines (7 loc) 278 B
import { Readable } from '@tanstack/react-store'; import { GetStoreConfig } from '@tanstack/router-core'; declare module '@tanstack/router-core' { interface RouterReadableStore<TValue> extends Readable<TValue> { } } export declare const getStoreFactory: GetStoreConfig;