one
Version:
One is a new React Framework that makes Vite serve both native and web.
3 lines • 421 B
TypeScript
import type { One, RouteInfo } from '../vite/types';
export declare function buildPage(serverEntry: string, path: string, relativeId: string, params: any, foundRoute: RouteInfo<string>, clientManifestEntry: any, staticDir: string, clientDir: string, builtMiddlewares: Record<string, string>, serverJsPath: string, preloads: string[], allCSS: string[]): Promise<One.RouteBuildInfo>;
//# sourceMappingURL=buildPage.d.ts.map