one
Version:
One is a new React Framework that makes Vite serve both native and web.
12 lines • 433 B
TypeScript
import '../polyfills-server';
import type { One } from './types';
export declare function setOneOptions(next: One.PluginOptions): void;
export declare function loadUserOneOptions(command: 'serve' | 'build', silent?: boolean): Promise<{
config: {
path: string;
config: import("vite").UserConfig;
dependencies: string[];
};
oneOptions: One.PluginOptions;
}>;
//# sourceMappingURL=loadConfig.d.ts.map