diff --git a/desktop/flipper-frontend-core/src/index.tsx b/desktop/flipper-frontend-core/src/index.tsx new file mode 100644 index 000000000..27483055e --- /dev/null +++ b/desktop/flipper-frontend-core/src/index.tsx @@ -0,0 +1,16 @@ +/** + * 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 './RenderHost'; +export {default as AbstractClient, ClientConnection} from './AbstractClient'; +export {default as ArchivedDevice} from './devices/ArchivedDevice'; +export {default as BaseDevice} from './devices/BaseDevice'; +export * from './globalObject'; +export * from './plugins'; +export * from './flipperLibImplementation';