Files
Fluxup_PAP/node_modules/babel-preset-expo/build/restricted-react-api-plugin.d.ts
2026-03-10 16:18:05 +00:00

6 lines
222 B
TypeScript

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