UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

10 lines 292 B
import type { Plugin } from 'vite'; import type { One } from '../types'; export declare function createVirtualEntry(options: { root: string; router?: { ignoredRouteFiles?: Array<string>; }; flags: One.Flags; }): Plugin; //# sourceMappingURL=virtualEntryPlugin.d.ts.map