3 lines
158 B
TypeScript
3 lines
158 B
TypeScript
import type { ConfigAPI, PluginObj } from '@babel/core';
|
|
export declare function expoInlineEnvVars(api: ConfigAPI & typeof import('@babel/core')): PluginObj;
|