Summary: Prevent getRenderHostInstance leaking into 'flipper' types Reviewed By: lblasa Differential Revision: D39574678 fbshipit-source-id: 43932d73fed8b37a2a0791a312ee3d5129a4923f
14 lines
485 B
TypeScript
14 lines
485 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
|
|
*/
|
|
|
|
// Ideally we don't want to expose those, but this is for legacy compatibility
|
|
// It is OK to reference /src/... here as this file i never bundled and only used for typings
|
|
// eslint-disable-next-line no-restricted-imports
|
|
export * from 'flipper-ui-core/src/deprecated-exports';
|