UNPKG

@tanstack/router-core

Version:

Modern and scalable routing for React applications

4 lines (3 loc) 207 B
import { RawStream } from './RawStream.cjs'; import { Plugin } from 'seroval'; export declare const defaultSerovalPlugins: (Plugin<Error, any> | Plugin<RawStream, any> | Plugin<ReadableStream<any>, any>)[];