vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
5 lines • 471 B
TypeScript
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