UNPKG

babel-preset-expo

Version:
5 lines (4 loc) 160 B
import { ConfigAPI, PluginObj, types } from '@babel/core'; export declare function expoInlineEnvVars(api: ConfigAPI & { types: typeof types; }): PluginObj;