6 lines
222 B
TypeScript
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;
|