UNPKG

@tanstack/vue-router

Version:

Modern and scalable routing for Vue applications

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