UNPKG

@tanstack/vue-start

Version:

Modern and scalable routing for Vue applications

9 lines (8 loc) 316 B
import { Register } from '@tanstack/vue-router'; import { RequestHandler } from '@tanstack/vue-start/server'; export type ServerEntry = { fetch: RequestHandler<Register>; }; export declare function createServerEntry(entry: ServerEntry): ServerEntry; declare const _default: ServerEntry; export default _default;