Summary: Prevent getRenderHostInstance leaking into 'flipper' types Reviewed By: lblasa Differential Revision: D39574678 fbshipit-source-id: 43932d73fed8b37a2a0791a312ee3d5129a4923f
15 lines
376 B
TypeScript
15 lines
376 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 {RenderHost, getRenderHostInstance} from 'flipper-frontend-core';
|
|
|
|
export {startFlipperDesktop} from './startFlipperDesktop';
|
|
|
|
export {Icon} from './utils/icons';
|