@rnv/adapter
Version:
ReNative Adapters for babel, metro, next and other build configs
8 lines • 522 B
TypeScript
import type { BabelApi, BabelConfig, BabelConfigPlugin } from './types';
export declare const withBabelPluginModuleResolver: (cnf?: any) => BabelConfigPlugin;
export declare const withRNVBabel: (cnf: BabelConfig) => (api: BabelApi) => BabelConfig;
export declare const withRNVMetro: (cnf: unknown) => any;
export declare const withRNVRNConfig: (cnf: unknown) => any;
export declare const withRNVNext: (cnf: unknown) => any;
export declare const withRNVWebpack: (cnf: unknown) => any;
//# sourceMappingURL=adapters.d.ts.map