one
Version:
One is a new React Framework that makes Vite serve both native and web.
11 lines • 340 B
TypeScript
import type { Plugin } from 'vite';
import type { One } from '../types';
export declare function createVirtualEntry(options: {
root: string;
router?: {
ignoredRouteFiles?: Array<string>;
};
flags: One.Flags;
setupFile?: One.PluginOptions['setupFile'];
}): Plugin;
//# sourceMappingURL=virtualEntryPlugin.d.ts.map