UNPKG

react-zeroconfig

Version:
7 lines (6 loc) • 224 B
import { WebappArgv, WebappConfig } from '../types'; export declare function createWebappConfig({ argv, cwd, zeroconfigPath, }: { argv: WebappArgv; cwd: string; zeroconfigPath: string; }): Promise<WebappConfig>;