UNPKG

vite-plugin-react-server

Version:
5 lines 471 B
import type { CreateHandlerOptions } from "../types.js"; import type { CreateHandlerOptionsParams } from "./createHandlerOptions.types.js"; export declare function createHandlerOptions(route: string, options?: CreateHandlerOptionsParams): Promise<CreateHandlerOptions>; export type { CreateHandlerOptionsParams, CreateHandlerOptionsServerFn, CreateHandlerOptionsClientFn, } from "./createHandlerOptions.types.js"; //# sourceMappingURL=createHandlerOptions.client.d.ts.map