UNPKG

one

Version:

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

7 lines 227 B
import type { Plugin } from 'vite'; import type { One } from '../types'; export declare function createVirtualEntry(options: { root: string; flags: One.Flags; }): Plugin; //# sourceMappingURL=virtualEntryPlugin.d.ts.map