6 lines
213 B
TypeScript
6 lines
213 B
TypeScript
/**
|
|
* Copyright © 2024 650 Industries.
|
|
*/
|
|
import type { ConfigAPI, PluginObj } from '@babel/core';
|
|
export declare function reactClientReferencesPlugin(api: ConfigAPI & typeof import('@babel/core')): PluginObj;
|