flipper-common
Version:
Server & UI shared Flipper utilities
24 lines • 706 B
TypeScript
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
export declare const pluginExternalModules: {
flipper: string;
'flipper-plugin': string;
react: string;
'react-dom': string;
'react-dom/client': string;
'react-is': string;
antd: string;
immer: string;
'@emotion/styled': string;
'@emotion/css': string;
'@ant-design/icons': string;
'react/jsx-runtime': string;
};
export declare const wrapRequire: <T extends (path: string) => any>(require: T) => T;
//# sourceMappingURL=plugin-external-modules.d.ts.map