UNPKG

@modern-js/core

Version:

A Progressive React Framework for modern web development.

3 lines (2 loc) 198 B
import type { LoadedConfig, NormalizedConfig, UserConfig } from '../types'; export declare const createResolveConfig: (loaded: LoadedConfig<{}>, configs: UserConfig[]) => Promise<NormalizedConfig>;