UNPKG

babel-preset-expo

Version:
6 lines (5 loc) 222 B
/** * Copyright © 2024 650 Industries. */ import type { ConfigAPI, PluginObj } from '@babel/core'; export declare function environmentRestrictedReactAPIsPlugin(api: ConfigAPI & typeof import('@babel/core')): PluginObj;